diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-17 23:03:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-17 23:03:37 +0000 |
commit | 321440fd61650045e452baefdc590043ff2e9e54 (patch) | |
tree | a4758a15eeed1fab191e5593744da2ffa297e65f /gcc/cfghooks.c | |
parent | 7b50a809ec4c5aa804d3841e1f573bb72bc0c263 (diff) | |
download | gcc-321440fd61650045e452baefdc590043ff2e9e54.zip gcc-321440fd61650045e452baefdc590043ff2e9e54.tar.gz gcc-321440fd61650045e452baefdc590043ff2e9e54.tar.bz2 |
c-common.c, [...]: Fix comment typos.
* c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix comment
typos.
From-SVN: r77995
Diffstat (limited to 'gcc/cfghooks.c')
-rw-r--r-- | gcc/cfghooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index e256124..183d54e 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -320,7 +320,7 @@ split_block_after_labels (basic_block bb) return split_block (bb, NULL); } -/* Moves block BB immediatelly after block AFTER. Returns false if the +/* Moves block BB immediately after block AFTER. Returns false if the movement was impossible. */ bool |