public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [COMMITTED][DOC]Fix an obvious typo in md.texi
@ 2015-03-03 16:05 Renlin Li
  0 siblings, 0 replies; only message in thread
From: Renlin Li @ 2015-03-03 16:05 UTC (permalink / raw)
  To: gcc-patches; +Cc: ramana Radhakrishnan

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

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 ^.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tmp.diff --]
[-- Type: text/x-patch; name=tmp.diff, Size: 509 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-03 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-03 16:05 [COMMITTED][DOC]Fix an obvious typo in md.texi Renlin Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).