aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-07-03 13:08:59 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-07-04 08:17:16 +0000
commit8fd9002e1808cff4379c46864a71b23381b5e6db (patch)
tree4bf93cde84ebdbe32e287f6aba71d480c0bfecc6 /gcc
parent5b4cc00c47d3eac2119acc3099cd746be490094e (diff)
gcc/
Backport from trunk r248419. 2017-05-24 Thomas Preud'homme <thomas.preudhomme@arm.com> * config/arm/arm.c (arm_expand_prologue): Fix typo in comment. Change-Id: Ic138100f04b52a7e987271725b395203cac78ddc
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/arm/arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index 25180c146be..0815a46351a 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -21561,7 +21561,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;