Revision: 9065
Author:   [email protected]
Date:     Tue Aug 30 01:41:54 2011
Log:      Fixing compile error introducted by a typo in r9064.

Review URL: http://codereview.chromium.org/7790022
http://code.google.com/p/v8/source/detail?r=9065

Modified:
 /branches/bleeding_edge/src/ia32/code-stubs-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/code-stubs-ia32.cc Tue Aug 30 01:22:41 2011 +++ /branches/bleeding_edge/src/ia32/code-stubs-ia32.cc Tue Aug 30 01:41:54 2011
@@ -5704,7 +5704,7 @@
   __ 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);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to