Index: src/arm/assembler-arm-inl.h |
diff --git a/src/arm/assembler-arm-inl.h b/src/arm/assembler-arm-inl.h |
index 5e590a7d030d446e2bead4178b035eaf2b468ad8..28a323ab519b3d03b14719505fd6262da5e07915 100644 |
--- a/src/arm/assembler-arm-inl.h |
+++ b/src/arm/assembler-arm-inl.h |
@@ -120,8 +120,9 @@ Address RelocInfo::target_address_address() { |
|| rmode_ == EXTERNAL_REFERENCE); |
if (FLAG_enable_embedded_constant_pool || |
Assembler::IsMovW(Memory::int32_at(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_); |
} else { |
DCHECK(Assembler::IsLdrPcImmediateOffset(Memory::int32_at(pc_))); |