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 33c2589..cd293b9 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -922,7 +922,7 @@ is_specialization_of_friend (tree decl, tree friend) }; For this type of template friend, TEMPLATE_DEPTH below will be - non-zero. To determine if DECL is a friend of FRIEND, we first + nonzero. To determine if DECL is a friend of FRIEND, we first check if the enclosing class is a specialization of another. */ template_depth = template_class_depth (DECL_CONTEXT (friend)); |