aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mikestump@comcast.net>2011-04-23 00:33:15 +0000
committerMike Stump <mrs@gcc.gnu.org>2011-04-23 00:33:15 +0000
commit1a84c183195d7cbd9e1b5a67fb991c124c250b64 (patch)
treebcc751640d11c05bdf29dceea97bcabf029ceff0
parentcf693f430432458a3791a76873120344d71387b4 (diff)
downloadgcc-1a84c183195d7cbd9e1b5a67fb991c124c250b64.zip
gcc-1a84c183195d7cbd9e1b5a67fb991c124c250b64.tar.gz
gcc-1a84c183195d7cbd9e1b5a67fb991c124c250b64.tar.bz2
* gensupport.c (read_md_rtx): Fix typo in comment.
From-SVN: r172890
-rw-r--r--gcc/ChangeLog1
-rw-r--r--gcc/gensupport.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a0be8d8..b40ab73 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/gensupport.c b/gcc/gensupport.c
index 682d2ac..cd72e77 100644
--- a/gcc/gensupport.c
+++ b/gcc/gensupport.c
@@ -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))
{