Fix comment typo.
authorRichard Henderson <rth@gcc.gnu.org>
Fri, 27 Sep 2002 22:59:29 +0000 (15:59 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 27 Sep 2002 22:59:29 +0000 (15:59 -0700)
From-SVN: r57597

gcc/cfganal.c

index 10c6bcf2922c5eb7dd505ebaee6c6d63a5bf17d9..b54619ba624be08ae41a2204da971f91f96703e5 100644 (file)
@@ -67,7 +67,7 @@ flow_active_insn_p (insn)
     return true;
 
   /* A clobber of the function return value exists for buggy 
-     programs that fail to return a value.  It's effect is to
+     programs that fail to return a value.  Its effect is to
      keep the return value from being live across the entire
      function.  If we allow it to be skipped, we introduce the
      possibility for register livetime aborts.  */