diff options
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 620141a..0964bf5 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -1602,7 +1602,7 @@ constrain_visibility (tree decl, int visibility, bool specified, return false; } -/* Constrain the visibility of DECL based on the visbility of its template +/* Constrain the visibility of DECL based on the visibility of its template arguments. */ static void |