File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ function createWasmAudioWorkletProcessor(audioParams) {
106
106
107
107
var oldStackPtr = stackSave ( ) ;
108
108
// 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.
112
112
// Ordinarily 'dataPtr' would be 16-byte aligned, from the internal
113
113
// _emscripten_stack_alloc(), as were the output views, but we further
114
114
// round up the requested size and advance the required bytes to ensure
You can’t perform that action at this time.
0 commit comments