Fix typo in comment.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 21 Jul 2004 01:15:17 +0000 (21:15 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 21 Jul 2004 01:15:17 +0000 (21:15 -0400)
From-SVN: r84989

gcc/tree-ssa-operands.c

index c1c967a..7b9bb6d 100644 (file)
@@ -932,7 +932,7 @@ get_expr_operands (tree stmt, tree *expr_p, int flags, voperands_t prev_vops)
       return;
 
     case WITH_SIZE_EXPR:
-      /* WITH_SIZE_EXPR is a pass-through reference to it's first argument,
+      /* WITH_SIZE_EXPR is a pass-through reference to its first argument,
         and an rvalue reference to its second argument.  */
       get_expr_operands (stmt, &TREE_OPERAND (expr, 1), opf_none, prev_vops);
       get_expr_operands (stmt, &TREE_OPERAND (expr, 0), flags, prev_vops);