OSDN Git Service

typo
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Dec 2000 18:42:59 +0000 (18:42 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Dec 2000 18:42:59 +0000 (18:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38009 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/md.texi

index b8c9e37..2c464b5 100644 (file)
@@ -3314,10 +3314,10 @@ list of operands, such as this example:
 @group
   ""
   "
-{
+@{
   handle_add (operands[0], operands[1], operands[2]);
   DONE;
-}")
+@}")
 @end group
 @end smallexample