Skip to content

Commit fe92ba5

Browse files
committed
docs: update comment
1 parent d17456a commit fe92ba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/ccopy-wasm/benchmark/benchmark.module.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function createBenchmark( len ) {
8181
// Initialize the module:
8282
mod.initializeSync(); // eslint-disable-line node/no-sync
8383

84-
// Reallocate the underlying memory to allow storing one vector and a complex number:
84+
// Reallocate the underlying memory to allow storing two vectors:
8585
nb = bytesPerElement( 'complex64' );
8686
mod.realloc( 2*(N*nb) );
8787

lib/node_modules/@stdlib/blas/base/ccopy-wasm/benchmark/benchmark.module.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function createBenchmark( len ) {
8181
// Initialize the module:
8282
mod.initializeSync(); // eslint-disable-line node/no-sync
8383

84-
// Reallocate the underlying memory to allow storing one vector and a complex number:
84+
// Reallocate the underlying memory to allow storing two vectors:
8585
nb = bytesPerElement( 'complex64' );
8686
mod.realloc( 2*(N*nb) );
8787

0 commit comments

Comments
 (0)