From 8256165059003b850cf8e21d3a79e7d3bc2b849f Mon Sep 17 00:00:00 2001 From: dj Date: Thu, 20 Feb 2003 20:31:18 +0000 Subject: * cplus_dem.c: Fix typo: intializes -> initializes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63182 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/cplus-dem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/cplus-dem.c') diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index 5eb26a34617..0b5a3e0b29e 100644 --- a/libiberty/cplus-dem.c +++ b/libiberty/cplus-dem.c @@ -1064,7 +1064,7 @@ ada_demangle (mangled, option) /* This function performs most of what cplus_demangle use to do, but to be able to demangle a name with a B, K or n code, we need to have a longer term memory of what types have been seen. The original - now intializes and cleans up the squangle code info, while internal + now initializes and cleans up the squangle code info, while internal calls go directly to this routine to avoid resetting that info. */ static char * -- cgit v1.2.1