diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-07-12 22:49:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-12 22:49:48 +0000 |
commit | 4ed432168c0acd8e572f3994ff906468954d4e1c (patch) | |
tree | c1de26b1f01549c9268b8764b22ddc9d6f9a3ba0 /gcc/coverage.c | |
parent | 0c6a2903e58fff129d796e670226decdcd988dd6 (diff) | |
download | gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.zip gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.tar.gz gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.tar.bz2 |
c-format.c: Fix comment formatting.
* c-format.c: Fix comment formatting.
* c-typeck.c: Likewise.
* coverage.c: Likewise.
* cppcharset.c: Likewise.
* cpplib.c: Likewise.
* dbxout.c: Likewise.
* gcov-io.h: Likewise.
* toplev.c: Likewise.
From-SVN: r69276
Diffstat (limited to 'gcc/coverage.c')
-rw-r--r-- | gcc/coverage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/coverage.c b/gcc/coverage.c index 2523317..3335237 100644 --- a/gcc/coverage.c +++ b/gcc/coverage.c @@ -178,7 +178,7 @@ read_counts_file (void) return; } - /* Read and discard the stamp. */ + /* Read and discard the stamp. */ gcov_read_unsigned (); counts_hash = htab_create (10, |