diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-12-22 01:30:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-12-22 01:30:17 +0000 |
commit | dbb23ff70546717dd2054ff4cd73ad29b36885e6 (patch) | |
tree | f0acb625f7979b124cf207980c7bc2f828d847f9 /gcc/cgraphunit.c | |
parent | 2e226e6699bdcf161e3738641490ca18b12faefa (diff) | |
download | gcc-dbb23ff70546717dd2054ff4cd73ad29b36885e6.zip gcc-dbb23ff70546717dd2054ff4cd73ad29b36885e6.tar.gz gcc-dbb23ff70546717dd2054ff4cd73ad29b36885e6.tar.bz2 |
* cgraphunit.c, varpool.c: Fix comment typos.
From-SVN: r120139
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 f1ea915..37e1ac8 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -66,7 +66,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA data structure must be updated accordingly by this function. There should be little need to call this function and all the references should be made explicit to cgraph code. At present these functions are - used by C++ frontend to explicitely mark the keyed methods. + used by C++ frontend to explicitly mark the keyed methods. - analyze_expr callback |