aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@gcc.gnu.org>2000-12-04 13:42:59 -0500
committerDJ Delorie <dj@gcc.gnu.org>2000-12-04 13:42:59 -0500
commit58097133b98f98f3b647f1d0daff2ecc28c354df (patch)
tree9d9f7197d9af17f003927bd8d7e59f06c4176779
parent32fb1fb20f996cbdb7969253e686081aade654e4 (diff)
downloadgcc-58097133b98f98f3b647f1d0daff2ecc28c354df.zip
gcc-58097133b98f98f3b647f1d0daff2ecc28c354df.tar.gz
gcc-58097133b98f98f3b647f1d0daff2ecc28c354df.tar.bz2
typo
From-SVN: r38009
-rw-r--r--gcc/md.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/md.texi b/gcc/md.texi
index b8c9e37..2c464b5 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