diff options
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index 769fd8a276f..e7d2f8b4068 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -321,7 +321,7 @@ typedef HOST_WIDEST_INT gcov_type; /* Structured records. */ -/* Cumulative counter data. */ +/* Cumulative counter data. */ struct gcov_ctr_summary { gcov_unsigned_t num; /* number of counters. */ |