summaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-01 16:06:10 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-01 16:06:10 +0000
commit5fcce0a5d204b24e3bc601588ef9ba1fad65efc7 (patch)
tree677c99eb56d0f35e2d8a1b1553a2ab972e738578 /gcc/cp/mangle.c
parent7650880cce12a8e56a425eb8f2807379ed69b830 (diff)
downloadgcc-5fcce0a5d204b24e3bc601588ef9ba1fad65efc7.tar.gz
fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49397 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/mangle.c')
-rw-r--r--gcc/cp/mangle.c2
1 files changed, 1 insertions, 1 deletions
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))