diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-10 10:44:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-10 10:44:48 +0000 |
commit | 6cb38cd4ae4e293f992f0593813c162803e533b9 (patch) | |
tree | e18647b48f7a6fbf0ceb4f1c9045c3e057e62d7a /gcc/c-common.c | |
parent | 8166c2014f908bb47205709b34ab0bdca881b45a (diff) | |
download | gcc-6cb38cd4ae4e293f992f0593813c162803e533b9.zip gcc-6cb38cd4ae4e293f992f0593813c162803e533b9.tar.gz gcc-6cb38cd4ae4e293f992f0593813c162803e533b9.tar.bz2 |
c-common.c, [...]: Fix comment typos.
* c-common.c, c-pch.c, defaults.h, lambda-code.c, passes.c,
tree-data-ref.c, tree-flow.h, tree-ssa-operands.c,
tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
value-prof.c: Fix comment typos. Follow spelling conventions.
From-SVN: r87288
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 b7aa389..c0d276b 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -1448,7 +1448,7 @@ check_case_value (tree value) bound of the case label, and CASE_HIGH_P is the upper bound or NULL if the case is not a case range. The caller has to make sure that we are not called with NULL for - CASE_LOW_P (ie. the defualt case). + CASE_LOW_P (ie. the default case). Returns true if the case label is in range of ORIG_TYPE (satured or untouched) or false if the label is out of range. */ |