From: Vagrant Cascadian Date: Tue, 21 Dec 2021 21:06:58 +0000 (-0800) Subject: common/fdt_support.c: Fix spelling of "shouldn't". X-Git-Tag: v2025.01-rc5-pxa1908~1587^2~4 X-Git-Url: http://git.dujemihanovic.xyz/html/static/%7B%7B%20.Permalink%20%7D%7D?a=commitdiff_plain;h=8c8bf4f17bc5c583f3411adc585180a6cf7930f4;p=u-boot.git common/fdt_support.c: Fix spelling of "shouldn't". --- 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; }