mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 20:31:36 +08:00
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:
parent
bd09b73784
commit
ceaaa5ce51
@ -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):
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user