commit | d00c5c77f5f4242dcab84ec1b14ada2637f5cd01 | [log] [tgz] |
---|---|---|
author | Vagrant Cascadian <vagrant@debian.org> | Tue Dec 21 13:06:58 2021 -0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 13 07:57:49 2022 -0500 |
tree | 991a32118f96fb8df93201a4cae691ef5c546db4 | |
parent | b7cf5affca398c7a4ce563b7c4d77777adae7dae [diff] |
common/fdt_support.c: Fix spelling of "shouldn't".
diff --git a/common/fdt_support.c b/common/fdt_support.c index b2ba082..c6b93e7 100644 --- a/common/fdt_support.c +++ b/common/fdt_support.c
@@ -1430,7 +1430,7 @@ 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; }