From 2a5de0f14b830705d871fd5ce966feefda294a18 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 27 Sep 2002 15:59:29 -0700 Subject: [PATCH] Fix comment typo. From-SVN: r57597 --- gcc/cfganal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cfganal.c b/gcc/cfganal.c index 10c6bcf2922..b54619ba624 100644 --- a/gcc/cfganal.c +++ b/gcc/cfganal.c @@ -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. */