diff options
author | Diego Novillo <dnovillo@redhat.com> | 2004-08-24 01:13:01 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-08-23 21:13:01 -0400 |
commit | 2e6ae27f33e22dd7781dafd2e27f319489613372 (patch) | |
tree | 231b457614ce08f47d07648e061dd3880ef7b18f /gcc/function.c | |
parent | d685c974fe6ef429c0019254ed2fd65d347ceabc (diff) | |
download | gcc-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/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 b6f5a79..2fbc722 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -2340,7 +2340,7 @@ static bool assign_parm_is_stack_parm (struct assign_parm_data_all *all, struct assign_parm_data_one *data) { - /* Trivially true if we've no incomming register. */ + /* Trivially true if we've no incoming register. */ if (data->entry_parm == NULL) ; /* Also true if we're partially in registers and partially not, |