Commit e7d35a88 by Kazu Hirata Committed by Kazu Hirata

* decl2.c: Fix a comment typo.

From-SVN: r115099
parent 2a8a8292
2006-06-30 Kazu Hirata <kazu@codesourcery.com>
* decl2.c: Fix a comment typo.
2006-06-30 Jason Merrill <jason@redhat.com> 2006-06-30 Jason Merrill <jason@redhat.com>
PR c++/18698 PR c++/18698
......
...@@ -1602,7 +1602,7 @@ constrain_visibility (tree decl, int visibility, bool specified, ...@@ -1602,7 +1602,7 @@ constrain_visibility (tree decl, int visibility, bool specified,
return false; 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. */ arguments. */
static void static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment