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 252331776c4..3335237a717 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, |

