diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-01-30 12:58:08 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-01-30 13:47:49 +0000 |
commit | 220c2092ae12935a101746a8e42f48dae5ecf0cc (patch) | |
tree | c60ec682b32f3a41d969886c7f6f7c0e91724404 /util/nvramtool/cbfs.h | |
parent | 34ca460af3237c8eb7699e2336b346a2da9718fe (diff) | |
download | coreboot-220c2092ae12935a101746a8e42f48dae5ecf0cc.tar.xz |
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/cbfs.h')
-rw-r--r-- | util/nvramtool/cbfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/cbfs.h b/util/nvramtool/cbfs.h index b384ae9eac..47c9ad8d3d 100644 --- a/util/nvramtool/cbfs.h +++ b/util/nvramtool/cbfs.h @@ -53,7 +53,7 @@ typedef uint16_t u16; typedef uint8_t u8; /** These are standard values for the known compression - alogrithms that coreboot knows about for stages and + algorithms that coreboot knows about for stages and payloads. Of course, other CBFS users can use whatever values they want, as long as they understand them. */ |