From ccd2f3d14c0a9bda23673e23a06391b7fe9b2078 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 22 Dec 2006 01:30:17 +0000 Subject: * cgraphunit.c, varpool.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120139 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/varpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/varpool.c') diff --git a/gcc/varpool.c b/gcc/varpool.c index 03c351b7f21..a3af8c7c2f5 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; -- cgit v1.2.1