2009-06-29 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 2009 00:48:50 +0000 (00:48 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 2009 00:48:50 +0000 (00:48 +0000)
* doc/extend.texi: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149076 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/extend.texi

index 61ffa34..6b4a190 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/extend.texi: Fix typo.
+
 2009-06-29  Tom Tromey  <tromey@redhat.com>
 
        * dwarf2.h: Remove.
index 06bacec..162d27f 100644 (file)
@@ -11897,7 +11897,7 @@ not used.  Examples:
 @example
 #pragma disinterrupt foo
 #pragma disinterrupt bar, grill
-int foo () { @dots{} }
+int foo () @{ @dots{} @}
 @end example
 
 @item GCC call @var{name} , @var{name} @dots{}