cxxabi.h (__cxa_demangle): Fix typo in comment.

2009-11-15  Steve Ward  <planet36@gmail.com>

	* libsupc++/cxxabi.h (__cxa_demangle): Fix typo in comment.

From-SVN: r154191
This commit is contained in:
Steve Ward 2009-11-15 20:59:55 +00:00 committed by Jonathan Wakely
parent bd09b73784
commit ceaaa5ce51
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-11-15 Steve Ward <planet36@gmail.com>
* libsupc++/cxxabi.h (__cxa_demangle): Fix typo in comment.
2009-11-13 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/forward_list.h (forward_list<>::erase_after):

View File

@ -164,7 +164,7 @@ namespace __cxxabiv1
*
* @param __status @a *__status is set to one of the following values:
* 0: The demangling operation succeeded.
* -1: A memory allocation failiure occurred.
* -1: A memory allocation failure occurred.
* -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
* -3: One of the arguments is invalid.
*