Index: src/ppc/macro-assembler-ppc.h |
diff --git a/src/ppc/macro-assembler-ppc.h b/src/ppc/macro-assembler-ppc.h |
index 6fa19449238e7fce3971fea3ca74b479ac6c0236..fc569706ecb2ddf486da1dbff10556fdd2389b22 100644 |
--- a/src/ppc/macro-assembler-ppc.h |
+++ b/src/ppc/macro-assembler-ppc.h |
@@ -603,7 +603,7 @@ class MacroAssembler : public Assembler { |
// --------------------------------------------------------------------------- |
// Allocation support |
- // Allocate an object in new space or old space. The object_size is |
+ // Allocate an object in new space or old pointer 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 |