summaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-22 06:45:14 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-22 06:45:14 +0000
commit139c3f48a40399b7fc3f76d0f5d5ef78da8b3c8d (patch)
treeb240bf213337fa404942e0e2bdbb6534d89eb5e0 /gcc/gcov.c
parentca1fae792dfa1fe61280cf8d0ada10375a90fd70 (diff)
downloadgcc-139c3f48a40399b7fc3f76d0f5d5ef78da8b3c8d.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70677 138bc75d-0d04-0410-961f-82ee72b054a4
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 ff632749291..4c9af4d68d7 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. */