diff --git a/test/parallel/test-buffer-failed-alloc-typed-arrays.js b/test/parallel/test-buffer-failed-alloc-typed-arrays.js index 4a322a30d92be2..9e480a5c8d3853 100644 --- a/test/parallel/test-buffer-failed-alloc-typed-arrays.js +++ b/test/parallel/test-buffer-failed-alloc-typed-arrays.js @@ -23,7 +23,7 @@ const allocators = [ for (const allocator of allocators) { for (const size of sizes) { try { - // These allocations are known to fail. If they do, + // Some of these allocations are known to fail. If they do, // Uint32Array should still produce a zeroed out result. allocator(size); } catch {