diff options
Diffstat (limited to 'gcc/cp/pt.c')
| -rw-r--r-- | gcc/cp/pt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index de24a05..139076e 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -3982,7 +3982,7 @@ lookup_template_class (d1, arglist, in_decl, context, entering_scope, complain) arg_depth = TMPL_ARGS_DEPTH (arglist); } - /* Now we should enough arguments. */ + /* Now we should have enough arguments. */ my_friendly_assert (parm_depth == arg_depth, 0); /* From here on, we're only interested in the most general |
