aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gcov-io.h
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2013-07-09 21:51:14 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 20:17:51 +0200
commitcbf2bd715a6a3c5d758c52b4634284b260805d17 (patch)
tree7ab8f3e81ac8ca14c6c37e4bf733332a99d0acb1 /src/lib/gcov-io.h
parent63373edce006983d1e2aef7d71c1653ae337ed18 (diff)
lib: Fix spelling
Change-Id: I999987af9cb44906e3c3135c0351a0cd6eb210ff Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3756 Reviewed-by: Dave Frodin <dave.frodin@se-eng.com> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/lib/gcov-io.h')
-rw-r--r--src/lib/gcov-io.h6
1 files changed, 3 insertions, 3 deletions
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