diff options
Diffstat (limited to 'libstdc++-v3/libsupc++/cxxabi.h')
| -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 |

