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 /tests/nopulate.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 'tests/nopulate.c')
-rw-r--r-- | tests/nopulate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nopulate.c b/tests/nopulate.c index e06a0b3..06f8369 100644 --- a/tests/nopulate.c +++ b/tests/nopulate.c @@ -65,7 +65,7 @@ int main(int argc, char *argv[]) verbose_printf("Nopulated structure block has new size %d\n", newsize); - /* Replace old strcutre block with the new */ + /* Replace old structure block with the new */ fdt2 = xmalloc(fdt_totalsize(fdt) + newsize); |