diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-20 20:31:18 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-20 20:31:18 +0000 |
commit | 8256165059003b850cf8e21d3a79e7d3bc2b849f (patch) | |
tree | 41625fcac39fb74bc59b79c99b43e7ec4380d86f /libiberty | |
parent | 24aa98346716310285ccf183d34870e4a98961d5 (diff) | |
download | gcc-8256165059003b850cf8e21d3a79e7d3bc2b849f.tar.gz |
* cplus_dem.c: Fix typo: intializes -> initializes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/cplus-dem.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index dbf7719ecc4..50bd29d61aa 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl> + + * cplus_dem.c: Fix typo: intializes -> initializes. + 2003-02-20 Alexandre Oliva <aoliva@redhat.com> * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to 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 * |