From: Jason Merrill Date: Fri, 10 Jul 2015 21:35:09 +0000 (-0400) Subject: typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ec7e902e7dfa2901bdba3765e11c3bcdec543f2;p=gcc.git typo From-SVN: r225693 --- diff --git a/gcc/cp/parser.h b/gcc/cp/parser.h index 76e5367413a..4381bd16261 100644 --- a/gcc/cp/parser.h +++ b/gcc/cp/parser.h @@ -392,7 +392,7 @@ typedef struct GTY(()) cp_parser { /* The scope into which an implicit template parameter list has been introduced or an existing template parameter list is being extended with - implicit template paramaters. In most cases this is the sk_function_parms + implicit template parameters. In most cases this is the sk_function_parms scope containing the use of a generic type. In the case of an out-of-line member definition using a generic type, it is the sk_class scope. */ cp_binding_level* implicit_template_scope;