Index: src/x64/regexp-macro-assembler-x64.cc |
=================================================================== |
--- src/x64/regexp-macro-assembler-x64.cc (revision 10402) |
+++ src/x64/regexp-macro-assembler-x64.cc (working copy) |
@@ -226,7 +226,7 @@ |
bool check_end_of_string) { |
#ifdef DEBUG |
// If input is ASCII, don't even bother calling here if the string to |
- // match contains a non-ascii character. |
+ // match contains a non-ASCII character. |
if (mode_ == ASCII) { |
ASSERT(String::IsAscii(str.start(), str.length())); |
} |