From 98ef4163bc3552ff03db5c4e2ae7ddf38e404381 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 15 Mar 2002 05:17:16 -0500 Subject: [PATCH] fix comment typo From-SVN: r50804 --- gcc/function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;