aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2002-03-15 05:17:16 -0500
committerJason Merrill <jason@gcc.gnu.org>2002-03-15 05:17:16 -0500
commit98ef4163bc3552ff03db5c4e2ae7ddf38e404381 (patch)
tree1bbb42126a7cce5fe173837a365854c5d07330c3 /gcc
parent5cc90635da0173defc0f186265a68913ca5f21b0 (diff)
downloadgcc-98ef4163bc3552ff03db5c4e2ae7ddf38e404381.zip
gcc-98ef4163bc3552ff03db5c4e2ae7ddf38e404381.tar.gz
gcc-98ef4163bc3552ff03db5c4e2ae7ddf38e404381.tar.bz2
fix comment typo
From-SVN: r50804
Diffstat (limited to 'gcc')
-rw-r--r--gcc/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 5cc0948..256364ab 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -140,7 +140,7 @@ struct expr_status
int x_inhibit_defer_pop;
/* If PREFERRED_STACK_BOUNDARY and PUSH_ROUNDING are defined, the stack
- boundary can be momentairly unaligned while pushing the arguments.
+ boundary can be momentarily unaligned while pushing the arguments.
Record the delta since last aligned boundary here in order to get
stack alignment in the nested function calls working right. */
int x_stack_pointer_delta;