* doc/extend.texi (__builtin_has_attribute): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266796
138bc75d-0d04-0410-961f-
82ee72b054a4
+2018-12-04 Martin Sebor <msebor@redhat.com>
+
+ * doc/extend.texi (__builtin_has_attribute): Fix typo.
+
2018-12-04 Jakub Jelinek <jakub@redhat.com>
PR target/88188
@var{attribute} argument is an attribute name optionally followed by
a comma-separated list of arguments enclosed in parentheses. Both forms
of attribute names---with and without double leading and trailing
-underscores---are recognized. See @xref{Attribute Syntax} for details.
+underscores---are recognized. @xref{Attribute Syntax} for details.
When no attribute arguments are specified for an attribute that expects
one or more arguments the function returns @code{true} if
@var{type-or-expression} has been declared with the attribute regardless