summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/elfheaders.c
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-01-29 13:31:16 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-30 13:01:00 +0000
commit01cfecc8832580f5d28051de76b047a37d3fb46a (patch)
tree227394f7873f30109eb858653a3ead6d629a1a9e /util/cbfstool/elfheaders.c
parent805b29183086008b3934d9210de753a2ffe3d231 (diff)
downloadcoreboot-01cfecc8832580f5d28051de76b047a37d3fb46a.tar.gz
coreboot-01cfecc8832580f5d28051de76b047a37d3fb46a.tar.bz2
coreboot-01cfecc8832580f5d28051de76b047a37d3fb46a.zip
util/cbfstool: Fix typos
Found by: util/lint/checkpatch.pl --types TYPO_SPELLING --fix-inplace --strict --terse -f util/cbfstool/*.c Change-Id: I13a27407bf2bad4b9fadcec8cdbd5889068f13cf Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38633 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/cbfstool/elfheaders.c')
-rw-r--r--util/cbfstool/elfheaders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/elfheaders.c b/util/cbfstool/elfheaders.c
index 676a635b8a8d..53fe7a1fcaae 100644
--- a/util/cbfstool/elfheaders.c
+++ b/util/cbfstool/elfheaders.c
@@ -658,7 +658,7 @@ void elf_init_eheader(Elf64_Ehdr *ehdr, int machine, int nbits, int endian)
}
}
-/* Arbitray maximum number of sections. */
+/* Arbitrary maximum number of sections. */
#define MAX_SECTIONS 16
struct elf_writer_section {
Elf64_Shdr shdr;