| Index: src/ia32/full-codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/full-codegen-ia32.cc (revision 10402)
|
| +++ src/ia32/full-codegen-ia32.cc (working copy)
|
| @@ -106,7 +106,7 @@
|
| // formal parameter count expected by the function.
|
| //
|
| // The live registers are:
|
| -// o edi: the JS function object being called (ie, ourselves)
|
| +// o edi: the JS function object being called (i.e. ourselves)
|
| // o esi: our context
|
| // o ebp: our caller's frame pointer
|
| // o esp: stack pointer (pointing to return address)
|
| @@ -3571,7 +3571,7 @@
|
|
|
| // One-character separator case
|
| __ bind(&one_char_separator);
|
| - // Replace separator with its ascii character value.
|
| + // Replace separator with its ASCII character value.
|
| __ mov_b(scratch, FieldOperand(string, SeqAsciiString::kHeaderSize));
|
| __ mov_b(separator_operand, scratch);
|
|
|
|
|