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 a70ab61ff63..5d2c95ac155 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -3008,7 +3008,7 @@ push_template_decl_real (tree decl, int is_friend) } } - /* The DECL_TI_ARGS of DECL contains full set of arguments refering + /* The DECL_TI_ARGS of DECL contains full set of arguments referring back to its most general template. If TMPL is a specialization, ARGS may only have the innermost set of arguments. Add the missing argument levels if necessary. */ |