Commit e182f0a3 by jmc Committed by DJ Delorie

* cplus_dem.c: Fix typo: intializes -> initializes.

From-SVN: r63182
parent 63a3cd3e
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> 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
......
...@@ -1064,7 +1064,7 @@ ada_demangle (mangled, option) ...@@ -1064,7 +1064,7 @@ ada_demangle (mangled, option)
/* This function performs most of what cplus_demangle use to do, but /* 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 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 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. */ calls go directly to this routine to avoid resetting that info. */
static char * static char *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment