Index: src/platform-linux.cc |
=================================================================== |
--- src/platform-linux.cc (revision 4427) |
+++ src/platform-linux.cc (working copy) |
@@ -159,7 +159,7 @@ |
#elif V8_TARGET_ARCH_MIPS |
return 8; |
#endif |
- // With gcc 4.4 the tree vectorization optimiser can generate code |
+ // With gcc 4.4 the tree vectorization optimizer can generate code |
// that requires 16 byte alignment such as movdqa on x86. |
return 16; |
} |