Fix presubmit error
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Mar 2010 09:49:47 +0000 (09:49 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Mar 2010 09:49:47 +0000 (09:49 +0000)
TBR=ager@chromium.org
Review URL: http://codereview.chromium.org/867002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4098 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/math.js
test/cctest/test-log-stack-tracer.cc

index 2f74b8a..0623cb8 100644 (file)
@@ -1,3 +1,4 @@
+// Copyright 2006-2008 the V8 project authors. All rights reserved.
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // met:
index 6941c49..aa912a3 100644 (file)
@@ -234,7 +234,7 @@ class CodeGeneratorPatcher {
     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"),