]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cse.c
cse.c, [...]: Fix comment typos.
[gcc.git] / gcc / cse.c
index 5431da77160c8dffdfe80c1d6af12c4ff778be83..b2a858d456e58660494ed366ad6369f4e2d9d80d 100644 (file)
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -3808,7 +3808,7 @@ fold_rtx (rtx x, rtx insn)
 
            /* It's not safe to substitute the operand of a conversion
               operator with a constant, as the conversion's identity
-              depends upon the mode of it's operand.  This optimization
+              depends upon the mode of its operand.  This optimization
               is handled by the call to simplify_unary_operation.  */
            if (GET_RTX_CLASS (code) == RTX_UNARY
                && GET_MODE (replacements[j]) != mode_arg0
This page took 0.026489 seconds and 5 git commands to generate.