summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-30 00:48:50 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-30 00:48:50 +0000
commit58c0b97efe3b154d2773cf91dfbfa7f87069779d (patch)
tree769d2309410126dab42517d655cb17dcbcf8e8ed /gcc/doc
parent58a44e303436bd447c8c0e745cbd9c315a61839a (diff)
downloadgcc-58c0b97efe3b154d2773cf91dfbfa7f87069779d.tar.gz
2009-06-29 H.J. Lu <hongjiu.lu@intel.com>
* doc/extend.texi: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149076 138bc75d-0d04-0410-961f-82ee72b054a4
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 06bacec765d..162d27f3e0a 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{}