summaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-26 13:27:31 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-26 13:27:31 +0000
commit5ca942027dcb5895d93d7ba02efa7e4365d8d64b (patch)
tree716c140c6389b8cf4fb3e177e8651261149de57c /gcc/gimple-low.c
parent47dd2e788f8f285632ae88c89a4695326d88b674 (diff)
downloadgcc-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/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 cc77874b849..99f8754473b 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));