Skip to content

Commit 85b4689

Browse files
committed
Minor docs
1 parent d11f463 commit 85b4689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/audio_worklet.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ function createWasmAudioWorkletProcessor(audioParams) {
106106

107107
var oldStackPtr = stackSave();
108108
// Allocate the necessary stack space. All pointer variables are always in
109-
// bytes; 'dataPtr' is the start of the data section, and advances as
110-
// space for structs and data is taken; 'structPtr' is reused as the
111-
// working start to each struct record.
109+
// bytes; 'dataPtr' is the start of the data section, advancing as space
110+
// for structs and data is taken; 'structPtr' is reused as the working
111+
// start to each struct record.
112112
// Ordinarily 'dataPtr' would be 16-byte aligned, from the internal
113113
// _emscripten_stack_alloc(), as were the output views, but we further
114114
// round up the requested size and advance the required bytes to ensure

0 commit comments

Comments
 (0)