Skip to content

Commit 6631298

Browse files
committed
Fix typo from #20516
1 parent e837112 commit 6631298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_mem_growth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define MAX_HEAP (4*1024*1024*1024ll)
1010
#else
1111
// We don't allow the full 4Gb on wasm32 since that size would wrap
12-
// back to zero. Se getHeapMax in library.js.
12+
// back to zero. See getHeapMax in library.js.
1313
#define MAX_HEAP (4*1024*1024*1024ll - 65536)
1414
#endif
1515

0 commit comments

Comments
 (0)