diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 7ae19d5..f3c07d2 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -6733,7 +6733,7 @@ expand_function_start (tree subr, int parms_have_cleanups) tem = decl_function_context (tem); if (tem == 0) break; - /* Chain thru stack frames, assuming pointer to next lexical frame + /* Chain through stack frames, assuming pointer to next lexical frame is found at the place we always store it. */ #ifdef FRAME_GROWS_DOWNWARD last_ptr = plus_constant (last_ptr, |