From: yangguo@chromium.org Date: Tue, 30 Aug 2011 08:41:54 +0000 (+0000) Subject: Fixing compile error introducted by a typo in r9064. X-Git-Tag: upstream/4.7.83~18619 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5a0b00bdec09906defc15c9a61836efe7983a72;p=platform%2Fupstream%2Fv8.git Fixing compile error introducted by a typo in r9064. Review URL: http://codereview.chromium.org/7790022 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9065 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc index d648f54..a5c4cb1 100644 --- a/src/ia32/code-stubs-ia32.cc +++ b/src/ia32/code-stubs-ia32.cc @@ -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);