From 8e5d8bfa7c9593237a4eed4a2cc8bd588c01b6eb Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 1 Feb 2002 11:06:10 -0500 Subject: [PATCH] fix typo From-SVN: r49397 --- gcc/cp/mangle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c index 8a230d2566b..00e5143bca7 100644 --- a/gcc/cp/mangle.c +++ b/gcc/cp/mangle.c @@ -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)) -- 2.30.2