aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2004-08-24 01:13:01 +0000
committerDiego Novillo <dnovillo@gcc.gnu.org>2004-08-23 21:13:01 -0400
commit2e6ae27f33e22dd7781dafd2e27f319489613372 (patch)
tree231b457614ce08f47d07648e061dd3880ef7b18f /gcc/tree-nested.c
parentd685c974fe6ef429c0019254ed2fd65d347ceabc (diff)
downloadgcc-2e6ae27f33e22dd7781dafd2e27f319489613372.zip
gcc-2e6ae27f33e22dd7781dafd2e27f319489613372.tar.gz
gcc-2e6ae27f33e22dd7781dafd2e27f319489613372.tar.bz2
cfg.c (check_bb_profile): Fix typos.
* cfg.c (check_bb_profile): Fix typos. * function.c (assign_parm_is_stack_parm): Likewise. * tree-nested.c: Likewise. From-SVN: r86457
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r--gcc/tree-nested.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c
index 00dbee9..1d7806d 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