diff options
author | Thomas Huth <thuth@redhat.com> | 2025-03-13 20:16:07 +0100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2025-03-14 13:50:32 +1100 |
commit | 205fbef17b7b2f410e34ac79aa1559a8d492b66c (patch) | |
tree | 330192d3c27e6b7a8c6240b62503718f2b57f323 /dtc.c | |
parent | da85f91931e52c0f9661cff83fe0a5e83f6cc845 (diff) | |
download | dtc-205fbef17b7b2f410e34ac79aa1559a8d492b66c.zip dtc-205fbef17b7b2f410e34ac79aa1559a8d492b66c.tar.gz dtc-205fbef17b7b2f410e34ac79aa1559a8d492b66c.tar.bz2 |
Fix some typos
Discovered with the "codespell" utility.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250313191607.1556384-1-thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'dtc.c')
-rw-r--r-- | dtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ int quiet; /* Level of quietness */ unsigned int reservenum;/* Number of memory reservation slots */ int minsize; /* Minimum blob size */ int padsize; /* Additional padding to blob */ -int alignsize; /* Additional padding to blob accroding to the alignsize */ +int alignsize; /* Additional padding to blob according to the alignsize */ int phandle_format = PHANDLE_EPAPR; /* Use linux,phandle or phandle properties */ int generate_symbols; /* enable symbols & fixup support */ int generate_fixups; /* suppress generation of fixups on symbol support */ |