* cp-tree.h: Adjust comment.
authorJason Merrill <jason@gcc.gnu.org>
Tue, 27 Feb 2018 19:05:23 +0000 (14:05 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 27 Feb 2018 19:05:23 +0000 (14:05 -0500)
From-SVN: r258040

gcc/cp/cp-tree.h

index aef022fb7b5af736408b62533fd46e599a97616d..6e83a29139bb140871e46b0b40912f95af8fa572 100644 (file)
@@ -3060,7 +3060,7 @@ struct GTY(()) lang_decl {
 /* For a non-member friend function, the class (if any) in which this
    friend was defined.  For example, given:
 
-     struct S { friend void f (); };
+     struct S { friend void f () { ... } };
 
    the DECL_FRIEND_CONTEXT for `f' will be `S'.  */
 #define DECL_FRIEND_CONTEXT(NODE)                              \