summaryrefslogtreecommitdiffstats
path: root/util/nvramtool/accessors
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-01-30 12:58:08 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-01-30 13:47:49 +0000
commit220c2092ae12935a101746a8e42f48dae5ecf0cc (patch)
treec60ec682b32f3a41d969886c7f6f7c0e91724404 /util/nvramtool/accessors
parent34ca460af3237c8eb7699e2336b346a2da9718fe (diff)
downloadcoreboot-220c2092ae12935a101746a8e42f48dae5ecf0cc.tar.gz
coreboot-220c2092ae12935a101746a8e42f48dae5ecf0cc.tar.bz2
coreboot-220c2092ae12935a101746a8e42f48dae5ecf0cc.zip
util/*: more typo fixes
Found by: util/lint/checkpatch.pl --types TYPO_SPELLING --fix-inplace --strict --terse -f $(find util -name '*.[ch]') Change-Id: I059071fd3a2edb41c72fc57fccbb520bd2ebb757 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38651 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'util/nvramtool/accessors')
-rw-r--r--util/nvramtool/accessors/layout-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/accessors/layout-text.c b/util/nvramtool/accessors/layout-text.c
index 9567b7f53deb..7bcfb93d91c3 100644
--- a/util/nvramtool/accessors/layout-text.c
+++ b/util/nvramtool/accessors/layout-text.c
@@ -536,7 +536,7 @@ static int process_enum(FILE * f, int skip_add)
/****************************************************************************
* process_checksum_info
*
- * Get line conatining CMOS checksum information.
+ * Get line containing CMOS checksum information.
****************************************************************************/
static void process_checksum_info(FILE * f)
{