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/c-common.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/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 63ce3c7..2ebb915 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -5697,7 +5697,7 @@ c_estimate_num_insns_1 (tree *tp, int *walk_subtrees, void *data) *count += 10; break; } - /* Few special cases of expensive operations. This is usefull + /* Few special cases of expensive operations. This is useful to avoid inlining on functions having too many of these. */ case TRUNC_DIV_EXPR: case CEIL_DIV_EXPR: |