From 424da949b9e792266e5ab268fef9d84d83845039 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Sun, 28 Oct 2001 20:09:17 +0000 Subject: * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11, c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc, configure, configure.in, except.c, except.h, flow.c, function.c, gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def, predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c, sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c, unroll.c: Fix spelling errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46595 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/stringpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/stringpool.c') diff --git a/gcc/stringpool.c b/gcc/stringpool.c index b11651e11b2..bdee2c4ecac 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -18,7 +18,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* String text, identifer text and identifier node allocator. Strings +/* String text, identifier text and identifier node allocator. Strings allocated by ggc_alloc_string are stored in an obstack which is never shrunk. Identifiers are uniquely stored in a hash table. -- cgit v1.2.1