diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index c98e7f38531..4d12f00aa1b 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1287,7 +1287,7 @@ allocate_dynamic_stack_space (size, target, known_align) do_pending_stack_adjust (); /* We ought to be called always on the toplevel and stack ought to be aligned - propertly. */ + properly. */ if (stack_pointer_delta % (PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT)) abort (); |