From beb235f8964321e02e492c9b6856a1ca56f2e027 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 22 Aug 2003 06:45:14 +0000 Subject: c-decl.c: Fix comment formatting. * c-decl.c: Fix comment formatting. * cfgrtl.c: Likewise. * combine.c: Likewise. * convert.c: Likewise. * dominance.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * fold-const.c: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * ggc-common.c: Likewise. * mips-tfile.c: Likewise. * regmove.c: Likewise. From-SVN: r70677 --- gcc/gcov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gcov.c') diff --git a/gcc/gcov.c b/gcc/gcov.c index ff63274..4c9af4d 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -1487,7 +1487,7 @@ static void add_line_counts (coverage_t *coverage, function_t *fn) { unsigned ix; - line_t *line = NULL; /* this is propagated from one iteration to the + line_t *line = NULL; /* This is propagated from one iteration to the next. */ /* Scan each basic block. */ -- cgit v1.1