fix typo
authorJason Merrill <jason@gcc.gnu.org>
Fri, 1 Feb 2002 16:06:10 +0000 (11:06 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 1 Feb 2002 16:06:10 +0000 (11:06 -0500)
From-SVN: r49397

gcc/cp/mangle.c

index 8a230d2566b846b05cb53a626b720b84ee949afb..00e5143bca7b915b4e68f41674edc3a82d511bbb 100644 (file)
@@ -2022,7 +2022,7 @@ write_pointer_to_member_type (type)
 {
   write_char ('M');
   /* For a pointer-to-function member, the class type may be
-     cv-qualified, bug that won't be reflected in
+     cv-qualified, but that won't be reflected in
      TYPE_PTRMEM_CLASS_TYPE.  So, we go fishing around in
      TYPE_PTRMEM_POINTED_TO_TYPE instead.  */
   if (TYPE_PTRMEMFUNC_P (type))