common/fdt_support.c: Fix spelling of "shouldn't".

This commit is contained in:
Vagrant Cascadian 2021-12-21 13:06:58 -08:00 committed by Tom Rini
parent f697addf8a
commit 8c8bf4f17b

View file

@ -1430,7 +1430,7 @@ int fdt_get_dma_range(const void *blob, int node, phys_addr_t *cpu,
node = parent;
parent = fdt_parent_offset(blob, node);
if (parent < 0) {
printf("Found dma-ranges in root node, shoudln't happen\n");
printf("Found dma-ranges in root node, shouldn't happen\n");
ret = -EINVAL;
goto out;
}