From patchwork Sat Apr 23 00:34:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fix typo Date: Fri, 22 Apr 2011 14:34:41 -0000 From: Mike Stump X-Patchwork-Id: 92602 Message-Id: <90A7D69C-B914-4FFE-9A41-130CFD932723@comcast.net> To: "gcc-patches@gcc.gnu.org Patches" Applied an obvious fix to a typo. * gensupport.c (read_md_rtx): Fix typo in comment. 2011-04-22 Mike Stump * gensupport.c (read_md_rtx): Fix typo in comment. Index: gensupport.c =================================================================== --- gensupport.c (revision 172889) +++ gensupport.c (working copy) @@ -1304,7 +1304,7 @@ read_md_rtx (int *lineno, int *seqnr) their C test is provably always false). If insn_elision is false, our caller needs to see all the patterns. Note that the elided patterns are never counted by the sequence numbering; it - it is the caller's responsibility, when insn_elision is false, not + is the caller's responsibility, when insn_elision is false, not to use elided pattern numbers for anything. */ switch (GET_CODE (desc)) {