From: Jason Merrill Date: Tue, 27 Feb 2018 19:05:23 +0000 (-0500) Subject: * cp-tree.h: Adjust comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f7e718d9cfeab9a3ee4aea4dd2d9d565462c185;p=gcc.git * cp-tree.h: Adjust comment. From-SVN: r258040 --- diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index aef022fb7b5..6e83a29139b 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -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) \