aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-17 15:50:01 +0100
committerAlon Zakai <alonzakai@gmail.com>2013-02-17 15:50:01 +0100
commit49b2b5541557f60ac263e070850ee52bb91898fa (patch)
treeeb58884ba37404d8b74a150875ce43556af5a6a3
parent8b2067d8d74cb7a790652d7ef65756b89c4b6ddd (diff)
typo
-rw-r--r--src/preamble.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preamble.js b/src/preamble.js
index 4923aeae..a5342f89 100644
--- a/src/preamble.js
+++ b/src/preamble.js
@@ -633,7 +633,7 @@ STACK_MAX = TOTAL_STACK; // we lose a little stack here, but TOTAL_STACK is nice
#if USE_TYPED_ARRAYS == 2
var tempDoublePtr = Runtime.alignMemory(allocate(12, 'i8', ALLOC_STACK), 8);
assert(tempDoublePtr % 8 == 0);
-function copyTempFloat(ptr) { // functions, because inlining this code is increases code size too much
+function copyTempFloat(ptr) { // functions, because inlining this code increases code size too much
HEAP8[tempDoublePtr] = HEAP8[ptr];
HEAP8[tempDoublePtr+1] = HEAP8[ptr+1];
HEAP8[tempDoublePtr+2] = HEAP8[ptr+2];