diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2002-02-01 11:06:10 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2002-02-01 11:06:10 -0500 |
commit | 8e5d8bfa7c9593237a4eed4a2cc8bd588c01b6eb (patch) | |
tree | 677c99eb56d0f35e2d8a1b1553a2ab972e738578 /gcc/cp/mangle.c | |
parent | 55ace93c8aee74fb7d9299c6aa8caa80fb1aff6f (diff) | |
download | gcc-8e5d8bfa7c9593237a4eed4a2cc8bd588c01b6eb.tar.gz |
fix typo
From-SVN: r49397
Diffstat (limited to 'gcc/cp/mangle.c')
-rw-r--r-- | gcc/cp/mangle.c | 2 |
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)) |