diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-01-16 09:47:54 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-01-19 01:00:50 +0100 |
commit | f572e1e5fca59215461bb9ba3de56882b762b345 (patch) | |
tree | 7e7aac8ee34cf1b64471a8520cf12f403b14c842 /src/lib | |
parent | 929f9f171944082240c04507b3f6ac1b0a2c6b1e (diff) |
Update gcov patch in documentation
.. to reflect the recent changes w.r.t avoiding
trouble with the coreboot pre-commit hooks.
and fix two whitespace errors.
Change-Id: I6c94e95dd439940cf3b44231c8aab5126e9d45c7
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2158
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Martin Roth <martin.roth@se-eng.com>
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libgcov.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libgcov.c b/src/lib/libgcov.c index 610740792a..47a427ff3c 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) |