aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-04 16:07:18 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-04 16:07:18 -0700
commit783a1be067b07e311622c8f3263e6e69dc08856e (patch)
tree53fbfaa8dbf14b3eb1188070884e1ed3cc8b4aa0 /src
parent4fbbfb2d27b64a3eb96851e60d453d59e1e2d6a0 (diff)
be less silly
Diffstat (limited to 'src')
-rw-r--r--src/jsifier.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsifier.js b/src/jsifier.js
index aab3296b..4ad5a76c 100644
--- a/src/jsifier.js
+++ b/src/jsifier.js
@@ -1504,7 +1504,7 @@ function JSify(data, functionsOnly, givenFunctions) {
if (phase == 'pre') {
if (memoryInitialization.length > 0) {
// write out the singleton big memory initialization value
- print('/* teh global */ ' + makePointer(memoryInitialization, null, 'ALLOC_NONE', 'i8', 'TOTAL_STACK', true)); // we assert on TOTAL_STACK == GLOBAL_BASE
+ print('/* memory initializer */ ' + makePointer(memoryInitialization, null, 'ALLOC_NONE', 'i8', 'TOTAL_STACK', true)); // we assert on TOTAL_STACK == GLOBAL_BASE
}
}