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/passes.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/passes.c')
-rw-r--r-- | gcc/passes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index 1386ff1..93bfb91 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -1287,7 +1287,7 @@ rest_of_handle_jump (void) timevar_push (TV_JUMP); open_dump_file (DFI_sibling, current_function_decl); - /* ??? We may get caled either via tree_rest_of_compilation when the CFG + /* ??? We may get called either via tree_rest_of_compilation when the CFG is already built or directly (for instance from coverage code). The direct callers shall be updated. */ if (!basic_block_info) |