diff options
author | Danny Smith <dannysmith@gcc.gnu.org> | 2006-05-18 08:12:40 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@gcc.gnu.org> | 2006-05-18 08:12:40 +0000 |
commit | e94ee02798528be34c942a26d357cd10c073b6a8 (patch) | |
tree | f3be49346ef9050e5cfa274a193108f81dff18e2 | |
parent | 223f9d5aaa83b41e9dbe2962aec22e3d29224dff (diff) | |
download | gcc-e94ee02798528be34c942a26d357cd10c073b6a8.zip gcc-e94ee02798528be34c942a26d357cd10c073b6a8.tar.gz gcc-e94ee02798528be34c942a26d357cd10c073b6a8.tar.bz2 |
cxxabi.h (class __vmi_class_type_info): Correct typo in comment.
* libsupc++/cxxabi.h (class __vmi_class_type_info): Correct typo in comment.
* docs/doxygen/doxygroups.cc (__cxa_demangle): Correct typo in comment.
From-SVN: r113884
-rw-r--r-- | libstdc++-v3/docs/doxygen/doxygroups.cc | 2 | ||||
-rw-r--r-- | libstdc++-v3/libsupc++/cxxabi.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/doxygen/doxygroups.cc b/libstdc++-v3/docs/doxygen/doxygroups.cc index e661d88..02bea8d 100644 --- a/libstdc++-v3/docs/doxygen/doxygroups.cc +++ b/libstdc++-v3/docs/doxygen/doxygroups.cc @@ -165,7 +165,7 @@ namespace abi { this memory using @c free. -The demagling is performed using the C++ ABI mangling rules, with +The demangling is performed using the C++ ABI mangling rules, with GNU extensions. For example, this function is used in __gnu_cxx::__verbose_terminate_handler. See http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#5 for other diff --git a/libstdc++-v3/libsupc++/cxxabi.h b/libstdc++-v3/libsupc++/cxxabi.h index d049aee..e7b2857 100644 --- a/libstdc++-v3/libsupc++/cxxabi.h +++ b/libstdc++-v3/libsupc++/cxxabi.h @@ -467,7 +467,7 @@ namespace __cxxabiv1 { public: unsigned int __flags; // Details about the class hierarchy. - unsigned int __base_count; // Dumber of direct bases. + unsigned int __base_count; // Number of direct bases. // The array of bases uses the trailing array struct hack so this // class is not constructable with a normal constructor. It is |