diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-08-26 13:27:31 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2008-08-26 23:27:31 +1000 |
commit | 4e9b57fad9889f89c76e0cba1b47d7387a42ea49 (patch) | |
tree | 716c140c6389b8cf4fb3e177e8651261149de57c /gcc/jump.c | |
parent | 058e97ecf33ad0dfd926b3876a4bcf59ac9556ff (diff) | |
download | gcc-4e9b57fad9889f89c76e0cba1b47d7387a42ea49.tar.gz |
rtlanal.c: Fix uses of "it's" with "its" where appropriate.
* 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.
From-SVN: r139591
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); |