aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-08-22 06:45:14 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-08-22 06:45:14 +0000
commitbeb235f8964321e02e492c9b6856a1ca56f2e027 (patch)
treeb240bf213337fa404942e0e2bdbb6534d89eb5e0 /gcc/gcov.c
parent2b72593e40e7c04cf3fe7cdb35878c307825b3a9 (diff)
downloadgcc-beb235f8964321e02e492c9b6856a1ca56f2e027.zip
gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.tar.gz
gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.tar.bz2
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
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c2
1 files changed, 1 insertions, 1 deletions
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. */