Index: src/ppc/assembler-ppc-inl.h |
diff --git a/src/ppc/assembler-ppc-inl.h b/src/ppc/assembler-ppc-inl.h |
index 14b5503a17349a7cde1d9efd9e74525121b8df4e..0e759efec16b475538a4ce7dffe409bbe8914bfe 100644 |
--- a/src/ppc/assembler-ppc-inl.h |
+++ b/src/ppc/assembler-ppc-inl.h |
@@ -96,8 +96,9 @@ Address RelocInfo::target_address_address() { |
if (FLAG_enable_embedded_constant_pool && |
Assembler::IsConstantPoolLoadStart(pc_)) { |
- // We return the PC for ool constant pool since this function is used by the |
- // serializer and expects the address to reside within the code object. |
+ // We return the PC for embedded constant pool since this function is used |
+ // by the serializer and expects the address to reside within the code |
+ // object. |
return reinterpret_cast<Address>(pc_); |
} |