diff options
Diffstat (limited to 'libgcc/libgcov-util.c')
-rw-r--r-- | libgcc/libgcov-util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgcc/libgcov-util.c b/libgcc/libgcov-util.c index 7b3bc31..c8fb52d 100644 --- a/libgcc/libgcov-util.c +++ b/libgcc/libgcov-util.c @@ -1391,7 +1391,8 @@ calculate_overlap (struct gcov_info *gcov_list1, return prg_val; } -/* Computer the overlap score of two lists of gcov_info objects PROFILE1 and PROFILE2. +/* Compute the overlap score of two lists of gcov_info objects PROFILE1 and + PROFILE2. Return 0 on success: without mismatch. Reutrn 1 on error. */ int |