aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2016-08-09 23:02:24 +0200
committerMartin Liska <marxin@gcc.gnu.org>2016-08-09 21:02:24 +0000
commite0c8eebff7810f5ca52a884006c6bc681820144d (patch)
tree4a82710fa8d269c84ee4b9e887d0f0157d5d582d /libgcc
parent6dce6418c50b26cb8eaa353366c70b96887bd010 (diff)
downloadgcc-e0c8eebff7810f5ca52a884006c6bc681820144d.zip
gcc-e0c8eebff7810f5ca52a884006c6bc681820144d.tar.gz
gcc-e0c8eebff7810f5ca52a884006c6bc681820144d.tar.bz2
Fix typo in gcov.texi
* doc/gcov.texi: Change _gcov_dump to __gcov_dump and _gcov_reset to __gcov_reset. * doc/gcov-tool.texi: Fix typo. * libgcov-util.c: Fix typo and GNU coding style. From-SVN: r239307
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/libgcov-util.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index aaff313..866d14a 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,5 +1,9 @@
2016-08-09 Martin Liska <mliska@suse.cz>
+ * libgcov-util.c: Fix typo and GNU coding style.
+
+2016-08-09 Martin Liska <mliska@suse.cz>
+
* Makefile.in: Remove __gcov_indirect_call_profiler.
* libgcov-profiler.c (__gcov_indirect_call_profiler): Remove
function.
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