Fixing compile error introducted by a typo in r9064.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 30 Aug 2011 08:41:54 +0000 (08:41 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 30 Aug 2011 08:41:54 +0000 (08:41 +0000)
Review URL: http://codereview.chromium.org/7790022

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

src/ia32/code-stubs-ia32.cc

index d648f54..a5c4cb1 100644 (file)
@@ -5704,7 +5704,7 @@ void SubStringStub::Generate(MacroAssembler* masm) {
   __ Set(ecx, Immediate(2));
 
   if (FLAG_string_slices) {
-    Label copy_rountine;
+    Label copy_routine;
     // If coming from the make_two_character_string path, the string
     // is too short to be sliced anyways.
     STATIC_ASSERT(2 < SlicedString::kMinLength);