From 545bf1fc5eac05a83d17bb218697896af555dd4e Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 10 Jul 2015 21:35:09 +0000 Subject: [PATCH] typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225693 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/parser.h b/gcc/cp/parser.h index 76e5367413a0..4381bd16261b 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; -- 2.47.2