aboutsummaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2008-08-26 13:27:31 +0000
committerBen Elliston <bje@gcc.gnu.org>2008-08-26 23:27:31 +1000
commit4e9b57fad9889f89c76e0cba1b47d7387a42ea49 (patch)
tree716c140c6389b8cf4fb3e177e8651261149de57c /gcc/jump.c
parent058e97ecf33ad0dfd926b3876a4bcf59ac9556ff (diff)
downloadgcc-4e9b57fad9889f89c76e0cba1b47d7387a42ea49.zip
gcc-4e9b57fad9889f89c76e0cba1b47d7387a42ea49.tar.gz
gcc-4e9b57fad9889f89c76e0cba1b47d7387a42ea49.tar.bz2
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index c0ab690..bacb7f4 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);