fix typo
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Feb 2002 16:06:10 +0000 (16:06 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Feb 2002 16:06:10 +0000 (16:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49397 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/mangle.c

index 8a230d2..00e5143 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))