From: DJ Delorie Date: Mon, 4 Dec 2000 18:42:59 +0000 (-0500) Subject: typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58097133b98f98f3b647f1d0daff2ecc28c354df;p=gcc.git typo From-SVN: r38009 --- diff --git a/gcc/md.texi b/gcc/md.texi index b8c9e378550..2c464b5a737 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -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