From cbf2bd715a6a3c5d758c52b4634284b260805d17 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 9 Jul 2013 21:51:14 -0600 Subject: lib: Fix spelling Change-Id: I999987af9cb44906e3c3135c0351a0cd6eb210ff Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/3756 Reviewed-by: Dave Frodin Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/lib/gcov-io.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/gcov-io.h') diff --git a/src/lib/gcov-io.h b/src/lib/gcov-io.h index 4502bd6f94..c5332eced2 100644 --- a/src/lib/gcov-io.h +++ b/src/lib/gcov-io.h @@ -174,7 +174,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define BITS_PER_UNIT 8 #define LONG_LONG_TYPE_SIZE 64 -/* There are many gcc_assertions. Set the vaule to 1 if we want a warning +/* There are many gcc_assertions. Set the value to 1 if we want a warning message if the assertion fails. */ #ifndef ENABLE_ASSERT_CHECKING #define ENABLE_ASSERT_CHECKING 1 @@ -335,7 +335,7 @@ typedef HOST_WIDEST_INT gcov_type; /* Counters that are collected. */ #define GCOV_COUNTER_ARCS 0 /* Arc transitions. */ #define GCOV_COUNTERS_SUMMABLE 1 /* Counters which can be - summaried. */ + summed. */ #define GCOV_FIRST_VALUE_COUNTER 1 /* The first of counters used for value profiling. They must form a consecutive interval and their order must match @@ -426,7 +426,7 @@ struct gcov_summary struct gcov_ctr_summary ctrs[GCOV_COUNTERS_SUMMABLE]; }; -/* Structures embedded in coveraged program. The structures generated +/* Structures embedded in coverage program. The structures generated by write_profile must match these. */ #if IN_LIBGCOV -- cgit v1.2.3