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>
This commit is contained in:
Thomas Huth 2025-03-13 20:16:07 +01:00 committed by David Gibson
parent da85f91931
commit 205fbef17b
11 changed files with 14 additions and 14 deletions

View file

@ -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);