| Index: src/arm/constants-arm.h
|
| diff --git a/src/arm/constants-arm.h b/src/arm/constants-arm.h
|
| index b9d4788eb58e51e398d18707e176da29c8646486..a1620516a2f6d4b0070d2ea01944f3bc4063e92d 100644
|
| --- a/src/arm/constants-arm.h
|
| +++ b/src/arm/constants-arm.h
|
| @@ -654,7 +654,7 @@ class Instruction {
|
| inline bool HasH() const { return HValue() == 1; }
|
| inline bool HasLink() const { return LinkValue() == 1; }
|
|
|
| - // Decoding the double immediate in the vmov instruction.
|
| + // Decode the double immediate from a vmov instruction.
|
| double DoubleImmedVmov() const;
|
|
|
| // Instructions are read of out a code stream. The only way to get a
|
|
|