diff mbox

PR other/49658 fix typo in extend.texi

Message ID CAH6eHdTV=qcvJkExcTMmc6wUDWSVdnSMjeEr1u3TjLV-3fvRvg@mail.gmail.com
State New
Headers show

Commit Message

Jonathan Wakely July 6, 2011, 6:40 p.m. UTC
committed to trunk as obvious

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

Patch

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.