aboutsummaryrefslogtreecommitdiff
path: root/dtc.h
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-03-13 20:16:07 +0100
committerDavid Gibson <david@gibson.dropbear.id.au>2025-03-14 13:50:32 +1100
commit205fbef17b7b2f410e34ac79aa1559a8d492b66c (patch)
tree330192d3c27e6b7a8c6240b62503718f2b57f323 /dtc.h
parentda85f91931e52c0f9661cff83fe0a5e83f6cc845 (diff)
downloaddtc-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.h')
-rw-r--r--dtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtc.h b/dtc.h
index 4c4aaca..9acf071 100644
--- a/dtc.h
+++ b/dtc.h
@@ -38,7 +38,7 @@ extern int quiet; /* Level of quietness */
extern unsigned int reservenum; /* Number of memory reservation slots */
extern int minsize; /* Minimum blob size */
extern int padsize; /* Additional padding to blob */
-extern int alignsize; /* Additional padding to blob accroding to the alignsize */
+extern int alignsize; /* Additional padding to blob according to the alignsize */
extern int phandle_format; /* Use linux,phandle or phandle properties */
extern int generate_symbols; /* generate symbols for nodes with labels */
extern int generate_fixups; /* generate fixups */