Skip to content

Commit 8a036f4

Browse files
committed
Use actual English
1 parent 43874de commit 8a036f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/webaudio/audioworklet_test_shared.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ int main(void) {
102102
// With the 1.1 API this may be values other than 128
103103
emscripten_outf("Audio context created with quantum size of %d samples", emscripten_audio_context_quantum_size(context));
104104

105-
// Here we create a fixed sized worklet stack, but could decide based on the
106-
// quantum size above (ins and outs * bytes per quantum)/
105+
// Here we create a fixed sized worklet stack, but could calculate taking the
106+
// quantum size above (ins and outs * bytes per quantum).
107107
char* const workletStack = memalign(16, AUDIO_STACK_SIZE);
108108
emscripten_outf("Audio worklet stack at 0x%p", workletStack);
109109
assert(workletStack);

0 commit comments

Comments
 (0)