diff options
author | Tom Rini <trini@konsulko.com> | 2022-01-13 07:57:56 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-13 07:57:56 -0500 |
commit | 43304e49fe1644c3d05009fdb7c73b3aff606857 (patch) | |
tree | a6064779106b1f9ddcc98007699568bf5374e182 /common/fdt_support.c | |
parent | 37b876359fbd90434b37527fa96f72a31af20f81 (diff) | |
parent | 5e7658925bc46c781bfa9faab8e15e6aac8c2808 (diff) |
Merge branch '2022-01-13-assorted-spelling-fixes'
- Fix a large number of spelling mistakes
Diffstat (limited to 'common/fdt_support.c')
-rw-r--r-- | common/fdt_support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fdt_support.c b/common/fdt_support.c index b2ba0825df3..c6b93e78890 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; } |