summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.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/rtlanal.c
parent058e97ecf33ad0dfd926b3876a4bcf59ac9556ff (diff)
downloadgcc-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/rtlanal.c')
-rw-r--r--gcc/rtlanal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c
index fb4a5df7dc8..00a63cd9b96 100644
--- a/gcc/rtlanal.c
+++ b/gcc/rtlanal.c
@@ -3399,7 +3399,7 @@ keep_with_call_p (const_rtx insn)
if (SET_DEST (set) == stack_pointer_rtx)
{
/* This CONST_CAST is okay because next_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. */
const_rtx i2 = next_nonnote_insn (CONST_CAST_RTX(insn));
if (i2 && keep_with_call_p (i2))