* gensupport.c (read_md_rtx): Fix typo in comment.
authorMike Stump <mikestump@comcast.net>
Sat, 23 Apr 2011 00:33:15 +0000 (00:33 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sat, 23 Apr 2011 00:33:15 +0000 (00:33 +0000)
From-SVN: r172890

gcc/ChangeLog
gcc/gensupport.c

index a0be8d871d00e2a6505802aba081105d0110e119..b40ab739582f119e77e0e8e0048d248dddd41654 100644 (file)
@@ -1,5 +1,6 @@
 2011-04-22  Mike Stump  <mikestump@comcast.net>
 
+       * gensupport.c (read_md_rtx): Fix typo in comment.
        * config/cris/cris.opt (moverride-best-lib-options): Fix typo in
        comment.
 
index 682d2ac69590d0ff4c643a6abb20d598fd56163a..cd72e770d75eb4687e54064ce6e66bd0d5d8fb67 100644 (file)
@@ -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))
     {