diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-07-26 13:53:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-07-26 13:53:54 +0000 |
commit | a4174ebf41fcfc398b6868b1c71f3172993f76da (patch) | |
tree | 83ff3048fa7a8e7cb36c934689aa6162ade2a096 /gcc/ipa-reference.c | |
parent | 783455db8ddf91d0777657edea22b3d285425e59 (diff) | |
download | gcc-a4174ebf41fcfc398b6868b1c71f3172993f76da.tar.gz |
calls.c, [...]: Fix comment typos.
* calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,
tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h,
config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix
comment typos.
* doc/c-tree.texi, doc/tree-ssa.texi: Fix typos.
From-SVN: r102385
Diffstat (limited to 'gcc/ipa-reference.c')
-rw-r--r-- | gcc/ipa-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c index d38f7baba51..f2f9252e8ac 100644 --- a/gcc/ipa-reference.c +++ b/gcc/ipa-reference.c @@ -592,7 +592,7 @@ get_static_decl (int index) } /* Lookup the tree node for the static variable that has UID and - conver the name to a string for debugging. */ + convert the name to a string for debugging. */ static const char * get_static_name (int index) |