summaryrefslogtreecommitdiffstats
path: root/src/lib/libgcov.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libgcov.c')
-rw-r--r--src/lib/libgcov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libgcov.c b/src/lib/libgcov.c
index 6107407..47a427f 100644
--- a/src/lib/libgcov.c
+++ b/src/lib/libgcov.c
@@ -818,7 +818,7 @@ __gcov_merge_ior (gcov_type *counters, unsigned n_counters)
*
* -- the stored candidate on the most common value of the measured entity
* -- counter
- * -- total number of evaluations of the value
+ * -- total number of evaluations of the value
*/
void
__gcov_merge_single (gcov_type *counters, unsigned n_counters)
@@ -858,7 +858,7 @@ __gcov_merge_single (gcov_type *counters, unsigned n_counters)
* -- the last value of the measured entity
* -- the stored candidate on the most common difference
* -- counter
- * -- total number of evaluations of the value
+ * -- total number of evaluations of the value
*/
void
__gcov_merge_delta (gcov_type *counters, unsigned n_counters)
OpenPOWER on IntegriCloud