diff options
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, |