Index: src/x64/macro-assembler-x64.cc |
=================================================================== |
--- src/x64/macro-assembler-x64.cc (revision 10402) |
+++ src/x64/macro-assembler-x64.cc (working copy) |
@@ -2114,7 +2114,7 @@ |
movzxbl(scratch1, FieldOperand(scratch1, Map::kInstanceTypeOffset)); |
movzxbl(scratch2, FieldOperand(scratch2, Map::kInstanceTypeOffset)); |
- // Check that both are flat ascii strings. |
+ // Check that both are flat ASCII strings. |
ASSERT(kNotStringTag != 0); |
const int kFlatAsciiStringMask = |
kIsNotStringMask | kStringRepresentationMask | kStringEncodingMask; |
@@ -2160,7 +2160,7 @@ |
movq(scratch1, first_object_instance_type); |
movq(scratch2, second_object_instance_type); |
- // Check that both are flat ascii strings. |
+ // Check that both are flat ASCII strings. |
ASSERT(kNotStringTag != 0); |
const int kFlatAsciiStringMask = |
kIsNotStringMask | kStringRepresentationMask | kStringEncodingMask; |
@@ -3825,7 +3825,7 @@ |
subq(scratch1, Immediate(kHeaderAlignment)); |
} |
- // Allocate ascii string in new space. |
+ // Allocate ASCII string in new space. |
AllocateInNewSpace(SeqAsciiString::kHeaderSize, |
times_1, |
scratch1, |