diff options
author | DJ Delorie <dj@redhat.com> | 2003-02-20 21:05:37 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-02-20 21:05:37 +0000 |
commit | 25dfe0ac2068a21a830200e8b582ee8220ac7488 (patch) | |
tree | 29708dcd97f707b7cfafebc435ee9180adb61cd0 /libiberty | |
parent | 2ab1486e7099d98445ea7c90c5ff4eb060d5a843 (diff) | |
download | gdb-25dfe0ac2068a21a830200e8b582ee8220ac7488.zip gdb-25dfe0ac2068a21a830200e8b582ee8220ac7488.tar.gz gdb-25dfe0ac2068a21a830200e8b582ee8220ac7488.tar.bz2 |
merge from gcc
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 dbf7719..50bd29d 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 5eb26a3..0b5a3e0 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 * |