diff options
author | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-24 01:13:01 +0000 |
---|---|---|
committer | dnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-24 01:13:01 +0000 |
commit | a133d57d18303cc30ec4b3dab36689d40bc33ce0 (patch) | |
tree | 231b457614ce08f47d07648e061dd3880ef7b18f /gcc/tree-nested.c | |
parent | d69251d0b25874657d297977fa9c90ed89ecd8b4 (diff) | |
download | gcc-a133d57d18303cc30ec4b3dab36689d40bc33ce0.tar.gz |
* cfg.c (check_bb_profile): Fix typos.
* function.c (assign_parm_is_stack_parm): Likewise.
* tree-nested.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86457 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index 00dbee988cd..1d7806d23fd 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -55,7 +55,7 @@ The implementation here is much more direct. Everything that can be referenced by an inner function is a member of an explicitly created - structure herein called the "nonlocal frame struct". The incomming + structure herein called the "nonlocal frame struct". The incoming static chain for a nested function is a pointer to this struct in the parent. In this way, we settle on known offsets from a known base, and so are decoupled from the logic that places objects in the |