aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Ward <planet36@gmail.com>2009-11-15 20:59:55 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2009-11-15 20:59:55 +0000
commitceaaa5ce51c006edb19247598f44e7f2c9f0b099 (patch)
tree52edf194db0e803616c1c9bed72c2f11de0c198b
parentbd09b73784558d04b6e897550043a8de776f42b1 (diff)
downloadgcc-ceaaa5ce51c006edb19247598f44e7f2c9f0b099.zip
gcc-ceaaa5ce51c006edb19247598f44e7f2c9f0b099.tar.gz
gcc-ceaaa5ce51c006edb19247598f44e7f2c9f0b099.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/libsupc++/cxxabi.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 53a7387..2c93286 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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):
diff --git a/libstdc++-v3/libsupc++/cxxabi.h b/libstdc++-v3/libsupc++/cxxabi.h
index e49b0f4..cc5f9da 100644
--- a/libstdc++-v3/libsupc++/cxxabi.h
+++ b/libstdc++-v3/libsupc++/cxxabi.h
@@ -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.
*