summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-21 13:06:58 -0800
committerTom Rini <trini@konsulko.com>2022-01-13 07:57:49 -0500
commit8c8bf4f17bc5c583f3411adc585180a6cf7930f4 (patch)
tree991a32118f96fb8df93201a4cae691ef5c546db4 /common
parentf697addf8a2552c6e3e197642d724124deba59e2 (diff)
common/fdt_support.c: Fix spelling of "shouldn't".
Diffstat (limited to 'common')
-rw-r--r--common/fdt_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fdt_support.c b/common/fdt_support.c
index b2ba0825df..c6b93e7889 100644
--- a/common/fdt_support.c
+++ b/common/fdt_support.c
@@ -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;
}