Index: test/cctest/test-log-stack-tracer.cc |
=================================================================== |
--- test/cctest/test-log-stack-tracer.cc (revision 4096) |
+++ test/cctest/test-log-stack-tracer.cc (working copy) |
@@ -234,7 +234,7 @@ |
CodeGenerator::InlineRuntimeLUT genGetFramePointer = |
{&CodeGenerator::GenerateGetFramePointer, "_GetFramePointer", 0}; |
// _RandomPositiveSmi is not used in our tests. The one we replace need to |
- // have the same noumer of arguments as the one we put in, which is zero in |
+ // have the same number of arguments as the one we put in, which is zero in |
// this case. |
bool result = CodeGenerator::PatchInlineRuntimeEntry( |
NewString("_RandomPositiveSmi"), |