Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index ac0a50b4e76e3016274613cc07893c492ce5058e..d353f2ffd8a727ddb809d7683101011d358f5d33 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -488,7 +488,7 @@ class MacroAssembler: public Assembler { |
// --------------------------------------------------------------------------- |
// Allocation support. |
- // Allocate an object in new space or old pointer space. The object_size is |
+ // Allocate an object in new space or old space. The object_size is |
// specified either in bytes or in words if the allocation flag SIZE_IN_WORDS |
// is passed. If the space is exhausted control continues at the gc_required |
// label. The allocated object is returned in result. If the flag |