diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index e93855f..e202ad9 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -1584,7 +1584,7 @@ make_ptrmem_declarator (cp_cv_quals cv_qualifiers, tree class_type, } /* Make a declarator for the function given by TARGET, with the - indicated PARMS. The CV_QUALIFIERS aply to the function, as in + indicated PARMS. The CV_QUALIFIERS apply to the function, as in "const"-qualified member function. The EXCEPTION_SPECIFICATION indicates what exceptions can be thrown. */ |