Commit e94ee027 by Danny Smith

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
parent 223f9d5a
...@@ -165,7 +165,7 @@ namespace abi { ...@@ -165,7 +165,7 @@ namespace abi {
this memory using @c free. 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 GNU extensions. For example, this function is used
in __gnu_cxx::__verbose_terminate_handler. See in __gnu_cxx::__verbose_terminate_handler. See
http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#5 for other http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#5 for other
......
...@@ -467,7 +467,7 @@ namespace __cxxabiv1 ...@@ -467,7 +467,7 @@ namespace __cxxabiv1
{ {
public: public:
unsigned int __flags; // Details about the class hierarchy. 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 // The array of bases uses the trailing array struct hack so this
// class is not constructable with a normal constructor. It is // class is not constructable with a normal constructor. It is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment