aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.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/gimple-low.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/gimple-low.c')
-rw-r--r--gcc/gimple-low.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c
index cc77874..99f8754 100644
--- a/gcc/gimple-low.c
+++ b/gcc/gimple-low.c
@@ -496,7 +496,7 @@ gimple_try_catch_may_fallthru (gimple stmt)
bool
block_may_fallthru (const_tree block)
{
- /* This CONST_CAST is okay because expr_last returns it's argument
+ /* This CONST_CAST is okay because expr_last returns its argument
unmodified and we assign it to a const_tree. */
const_tree stmt = expr_last (CONST_CAST_TREE(block));