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/varpool.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/varpool.c')
-rw-r--r-- | gcc/varpool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varpool.c b/gcc/varpool.c index 03c351b..a3af8c7 100644 --- a/gcc/varpool.c +++ b/gcc/varpool.c @@ -43,7 +43,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA The varpool nodes are allocated lazily for declarations either by frontend or at callgraph construction time. All variables supposed to be output into final file needs to be - explicitely marked by frontend via VARPOOL_FINALIZE_DECL function. */ + explicitly marked by frontend via VARPOOL_FINALIZE_DECL function. */ /* Hash table used to convert declarations into nodes. */ static GTY((param_is (struct varpool_node))) htab_t varpool_hash; |