Index: src/regexp-macro-assembler.cc |
=================================================================== |
--- src/regexp-macro-assembler.cc (revision 10402) |
+++ src/regexp-macro-assembler.cc (working copy) |
@@ -133,7 +133,7 @@ |
subject_ptr = slice->parent(); |
slice_offset = slice->offset(); |
} |
- // Ensure that an underlying string has the same ascii-ness. |
+ // Ensure that an underlying string has the same ASCII-ness. |
bool is_ascii = subject_ptr->IsAsciiRepresentation(); |
ASSERT(subject_ptr->IsExternalString() || subject_ptr->IsSeqString()); |
// String is now either Sequential or External |