diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:18:04 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:18:04 +0000 |
commit | 75de4aa2388b611eccdaac5526121fd3a034cab3 (patch) | |
tree | 4cf7616fe25f46e4466b597faf6d52056d8cb397 /gcc/recog.c | |
parent | c31fb425536dbb9f6df5cb9d3ce26bff6189d389 (diff) | |
download | gcc-75de4aa2388b611eccdaac5526121fd3a034cab3.tar.gz |
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201109 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index 0e6277d0424..6a607ba2a5a 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -1651,7 +1651,7 @@ asm_operand_ok (rtx op, const char *constraint, const char **constraints) case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': /* If caller provided constraints pointer, look up - the maching constraint. Otherwise, our caller should have + the matching constraint. Otherwise, our caller should have given us the proper matching constraint, but we can't actually fail the check if they didn't. Indicate that results are inconclusive. */ |