[ARM] Fix typo in comment in arm_expand_prologue
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Wed, 24 May 2017 14:12:00 +0000 (14:12 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Wed, 24 May 2017 14:12:00 +0000 (14:12 +0000)
2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.

From-SVN: r248419

gcc/ChangeLog
gcc/config/arm/arm.c

index a08d45c0a4c9c2210b09ac61975fa6545d417340..c641aa0b3a0ad3aef145f281a88b1edd50efbb2e 100644 (file)
@@ -1,3 +1,7 @@
+2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
+
 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
 
        PR middle-end/80823
index a888e706004d4bd17be2dfc41237bbea691dccb0..0c2fbd91fc252c70ebafbdd6cd3476c559fb0712 100644 (file)
@@ -21583,7 +21583,7 @@ arm_expand_prologue (void)
        {
          /* If no coprocessor registers are being pushed and we don't have
             to worry about a frame pointer then push extra registers to
-            create the stack frame.  This is done is a way that does not
+            create the stack frame.  This is done in a way that does not
             alter the frame layout, so is independent of the epilogue.  */
          int n;
          int frame;