diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-12 14:03:01 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-12 14:03:01 +0000 |
commit | ce10738f2e3acacfb821dded62421424fd8028d2 (patch) | |
tree | 094995a12852b3b2e72466a874154edd2a9104a4 /gcc/cgraphunit.c | |
parent | dd13c7b218af7797d2f75dd953f5367109f7ae2b (diff) | |
download | gcc-ce10738f2e3acacfb821dded62421424fd8028d2.tar.gz |
* cgraphunit.c, tree-ssa-loop-ivopts.c,
tree-ssa-structalias.c, tree-vectorizer.c, tree-vectorizer.h,
config/sparc/sparc.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100856 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 67d5e49a787..2f993f3d443 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -736,7 +736,7 @@ cgraph_varpool_assemble_pending_decls (void) if (!TREE_ASM_WRITTEN (decl) && !node->alias && !DECL_EXTERNAL (decl)) { assemble_variable (decl, 0, 1, 0); - /* Local static vairables are neever seen by check_global_declarations + /* Local static variables are never seen by check_global_declarations so we need to output debug info by hand. */ if (decl_function_context (decl) && errorcount == 0 && sorrycount == 0) { |