This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Committed/libstdc++-v3]: Fix two typos in comments


Hello,

The following two typos were reported by Greg Chicares to the
mingw-users list.

I have committed the spelling corrections as obvious.

Danny


2006-05-18  Danny Smith  <dannysmith@users.sourceforege.net>


	* libsupc++/cxxabi.h (class __vmi_class_type_info): Correct typo
in comment.
	* docs/doxygen/doxygroups.cc (__cxa_demangle): Correct typo in
comment.

Index: libsupc++/cxxabi.h
===================================================================
--- libsupc++/cxxabi.h	(revision 113815)
+++ libsupc++/cxxabi.h	(working copy)
@@ -467,7 +467,7 @@
   {
   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
Index: docs/doxygen/doxygroups.cc
===================================================================
--- docs/doxygen/doxygroups.cc	(revision 113815)
+++ docs/doxygen/doxygroups.cc	(working copy)
@@ -165,7 +165,7 @@
         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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]