OSDN Git Service

* rtlanal.c: Fix uses of "it's" with "its" where appropriate.
[pf3gnuchains/gcc-fork.git] / gcc / gimple-low.c
index cc77874..99f8754 100644 (file)
@@ -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));