Commit 8e5d8bfa by Jason Merrill

fix typo

From-SVN: r49397
parent 55ace93c
...@@ -2022,7 +2022,7 @@ write_pointer_to_member_type (type) ...@@ -2022,7 +2022,7 @@ write_pointer_to_member_type (type)
{ {
write_char ('M'); write_char ('M');
/* For a pointer-to-function member, the class type may be /* 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_CLASS_TYPE. So, we go fishing around in
TYPE_PTRMEM_POINTED_TO_TYPE instead. */ TYPE_PTRMEM_POINTED_TO_TYPE instead. */
if (TYPE_PTRMEMFUNC_P (type)) if (TYPE_PTRMEMFUNC_P (type))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment