typo
authorDJ Delorie <dj@gcc.gnu.org>
Mon, 4 Dec 2000 18:42:59 +0000 (13:42 -0500)
committerDJ Delorie <dj@gcc.gnu.org>
Mon, 4 Dec 2000 18:42:59 +0000 (13:42 -0500)
From-SVN: r38009

gcc/md.texi

index b8c9e378550e5c6c55d3953111f57535073c8b92..2c464b5a737919ee95ecdf09efdccd92381ec302 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