diff options
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); |