diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-01 16:06:10 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-01 16:06:10 +0000 |
| commit | 5fcce0a5d204b24e3bc601588ef9ba1fad65efc7 (patch) | |
| tree | 677c99eb56d0f35e2d8a1b1553a2ab972e738578 | |
| parent | 7650880cce12a8e56a425eb8f2807379ed69b830 (diff) | |
| download | ppe42-gcc-5fcce0a5d204b24e3bc601588ef9ba1fad65efc7.tar.gz ppe42-gcc-5fcce0a5d204b24e3bc601588ef9ba1fad65efc7.zip | |
fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49397 138bc75d-0d04-0410-961f-82ee72b054a4
| -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)) |

