diff --git a/test/parallel/test-buffer-failed-alloc-typed-arrays.js b/test/parallel/test-buffer-failed-alloc-typed-arrays.js index 59cc7bc8d95e03..b024f30f4555e1 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 {