diff options
| author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 08:12:40 +0000 |
|---|---|---|
| committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-18 08:12:40 +0000 |
| commit | 405872184dacefade2fc678a72ca006fc10b4a21 (patch) | |
| tree | f3be49346ef9050e5cfa274a193108f81dff18e2 /libstdc++-v3/libsupc++ | |
| parent | 0170f1079f8ff109f4668e9ef1cc98983482ca02 (diff) | |
| download | ppe42-gcc-405872184dacefade2fc678a72ca006fc10b4a21.tar.gz ppe42-gcc-405872184dacefade2fc678a72ca006fc10b4a21.zip | |
* libsupc++/cxxabi.h (class __vmi_class_type_info): Correct typo in comment.
* docs/doxygen/doxygroups.cc (__cxa_demangle): Correct typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113884 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libsupc++')
| -rw-r--r-- | libstdc++-v3/libsupc++/cxxabi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/libsupc++/cxxabi.h b/libstdc++-v3/libsupc++/cxxabi.h index d049aeec8ef..e7b2857bb22 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 |

