This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED][DOC]Fix an obvious typo in md.texi


Hi all,

I have just committed this simple and obvious patch to fix a typo for "^" multiple alternative constraints in md.texi.
Doc builds Okay.

SVN revision link:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=221152

ChangeLog:

2015-03-03  Renlin Li  <renlin.li@arm.com>

    * gcc/doc/md.texi (@item ^): Change ? into ^.
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index f2c25c2..bc1ec9d 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -1512,7 +1512,7 @@ but if reloading is needed, some other alternative will be used.
 @cindex caret
 @item ^
 This constraint is analogous to @samp{?} but it disparages slightly
-the alternative only if the operand with the @samp{?} needs a reload.
+the alternative only if the operand with the @samp{^} needs a reload.
 
 @cindex @samp{$} in constraint
 @cindex dollar sign

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]