diff options
| author | Kazu Hirata <kazu@codesourcery.com> | 2006-06-30 19:34:38 +0000 |
|---|---|---|
| committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-06-30 19:34:38 +0000 |
| commit | e7d35a8840a897e40f966c6e6c11c9d93891bc48 (patch) | |
| tree | 7f64c013938d37f979ab576b9a8673ce26815d14 /gcc/cp/decl2.c | |
| parent | 2a8a8292ee7f7e775c7bff8074dead0a8a2919ea (diff) | |
| download | gcc-e7d35a8840a897e40f966c6e6c11c9d93891bc48.zip gcc-e7d35a8840a897e40f966c6e6c11c9d93891bc48.tar.gz gcc-e7d35a8840a897e40f966c6e6c11c9d93891bc48.tar.bz2 | |
* decl2.c: Fix a comment typo.
From-SVN: r115099
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 |
