aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2015-07-10 17:35:09 -0400
committerJason Merrill <jason@gcc.gnu.org>2015-07-10 17:35:09 -0400
commit2ec7e902e7dfa2901bdba3765e11c3bcdec543f2 (patch)
tree208b7a59ca4a8af802fb389ebc3b8b0b46d889ea /gcc
parent8de8fdb45603c76ad268c9eb5135f736c1ac84c4 (diff)
downloadgcc-2ec7e902e7dfa2901bdba3765e11c3bcdec543f2.zip
gcc-2ec7e902e7dfa2901bdba3765e11c3bcdec543f2.tar.gz
gcc-2ec7e902e7dfa2901bdba3765e11c3bcdec543f2.tar.bz2
typo
From-SVN: r225693
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.h b/gcc/cp/parser.h
index 76e5367..4381bd1 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;