diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-23 14:23:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-23 14:23:26 +0000 |
commit | 04c7ae4807b90167fd2f11ba381f323e4e7b8708 (patch) | |
tree | fdcdd9e1a77b0c47888961d25df14ed4867017ee /gcc/ipa-inline.c | |
parent | 2a186d97aa308f41d3a6bd776fede5e8916789b8 (diff) | |
download | gcc-04c7ae4807b90167fd2f11ba381f323e4e7b8708.zip gcc-04c7ae4807b90167fd2f11ba381f323e4e7b8708.tar.gz gcc-04c7ae4807b90167fd2f11ba381f323e4e7b8708.tar.bz2 |
* final.c, ipa-inline.c, varasm.c: Fix comment typos.
From-SVN: r98613
Diffstat (limited to 'gcc/ipa-inline.c')
-rw-r--r-- | gcc/ipa-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index ad9e998..9632ba9 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA cgraph_mark_inline implementation - This function allow to mark given call inline and performs neccesary + This function allow to mark given call inline and performs necessary modifications of cgraph (production of the clones and updating overall statistics) |