aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-06-30 00:48:50 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2009-06-29 17:48:50 -0700
commitddaa348855fd1bb4b8e0847305f9cbe31ab9a62c (patch)
tree769d2309410126dab42517d655cb17dcbcf8e8ed /gcc/doc
parent93ab3a3d79f363b09a7ef21fc20a2ecbf6f81308 (diff)
downloadgcc-ddaa348855fd1bb4b8e0847305f9cbe31ab9a62c.zip
gcc-ddaa348855fd1bb4b8e0847305f9cbe31ab9a62c.tar.gz
gcc-ddaa348855fd1bb4b8e0847305f9cbe31ab9a62c.tar.bz2
extend.texi: Fix typo.
2009-06-29 H.J. Lu <hongjiu.lu@intel.com> * doc/extend.texi: Fix typo. From-SVN: r149076
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 06bacec..162d27f 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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{}