| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index 7e1c1c36c24d4b65cacec1a667efadc3217f554a..1eb7f6effefc7c32bbc6ae96ad6f25bb5e80c68a 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -1137,7 +1137,7 @@ class MacroAssembler: public Assembler {
|
| // ---------------------------------------------------------------------------
|
| // Allocation support
|
|
|
| - // Allocate an object in new space or old space. If the given space
|
| + // Allocate an object in new space or old pointer space. If the given space
|
| // is exhausted control continues at the gc_required label. The allocated
|
| // object is returned in result and end of the new object is returned in
|
| // result_end. The register scratch can be passed as no_reg in which case
|
|
|