This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] PR other/49658 fix typo in extend.texi


Index: extend.texi
===================================================================
--- extend.texi	(revision 175887)
+++ extend.texi	(working copy)
@@ -1629,7 +1629,7 @@
 char **foo = (char *[]) @{ "x", "y", "z" @};
 @end smallexample

-Compound literals for scalar types and union types are is
+Compound literals for scalar types and union types are
 also allowed, but then the compound literal is equivalent
 to a cast.

committed to trunk as obvious

        PR other/49658
        * doc/extend.texi (Compound Literals): Fix typo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]