diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a08d45c0a4c..c641aa0b3a0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-05-24 Thomas Preud'homme + + * config/arm/arm.c (arm_expand_prologue): Fix typo in comment. + 2017-05-24 Peter Bergner PR middle-end/80823 diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index a888e706004..0c2fbd91fc2 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -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;