diff mbox series

[07/11] common/fdt_support.c: Fix spelling of "shouldn't".

Message ID 20211221210702.11123-7-vagrant@debian.org
State Accepted
Commit 8c8bf4f17bc5c583f3411adc585180a6cf7930f4
Delegated to: Tom Rini
Headers show
Series [01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed". | expand

Commit Message

Vagrant Cascadian Dec. 21, 2021, 9:06 p.m. UTC
---
 common/fdt_support.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Jan. 13, 2022, 2:24 p.m. UTC | #1
On Tue, Dec 21, 2021 at 01:06:58PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/common/fdt_support.c b/common/fdt_support.c
index 8992ac5d3f..a7dbe0efdf 100644
--- a/common/fdt_support.c
+++ b/common/fdt_support.c
@@ -1407,7 +1407,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;
 	}