summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-15 10:17:16 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-15 10:17:16 +0000
commit511fa697095b1912fce172d91909aa1cb8657aed (patch)
tree1bbb42126a7cce5fe173837a365854c5d07330c3
parentc4c3877b17746aa4fd869af459e729dd1870ee38 (diff)
downloadgcc-511fa697095b1912fce172d91909aa1cb8657aed.tar.gz
fix comment typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50804 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 5cc0948f206..256364abad3 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;