diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-26 13:27:31 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-26 13:27:31 +0000 |
commit | 5ca942027dcb5895d93d7ba02efa7e4365d8d64b (patch) | |
tree | 716c140c6389b8cf4fb3e177e8651261149de57c /gcc/jump.c | |
parent | 47dd2e788f8f285632ae88c89a4695326d88b674 (diff) | |
download | gcc-5ca942027dcb5895d93d7ba02efa7e4365d8d64b.tar.gz |
* rtlanal.c: Fix uses of "it's" with "its" where appropriate.
* cp/typeck.c: Likewise.
* cp/tree.c: Likewise.
* gimple-low.c: Likewise.
* jump.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139591 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c index c0ab6909a2a..bacb7f4e1ba 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -351,7 +351,7 @@ reversed_comparison_code_parts (enum rtx_code code, const_rtx arg0, return UNKNOWN; /* These CONST_CAST's are okay because prev_nonnote_insn just - returns it's argument and we assign it to a const_rtx + returns its argument and we assign it to a const_rtx variable. */ for (prev = prev_nonnote_insn (CONST_CAST_RTX(insn)); prev != 0 && !LABEL_P (prev); |