[U-Boot] [PATCH] libfdt: fix typo on comment
Giulio Benetti
giulio.benetti at benettiengineering.com
Wed Sep 18 15:22:13 UTC 2019
Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
---
scripts/dtc/libfdt/libfdt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/dtc/libfdt/libfdt.h b/scripts/dtc/libfdt/libfdt.h
index cf86ddba88..53d577d2a8 100644
--- a/scripts/dtc/libfdt/libfdt.h
+++ b/scripts/dtc/libfdt/libfdt.h
@@ -734,7 +734,7 @@ uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
/**
* fdt_get_alias_namelen - get alias based on substring
* @fdt: pointer to the device tree blob
- * @name: name of the alias th look up
+ * @name: name of the alias to look up
* @namelen: number of characters of name to consider
*
* Identical to fdt_get_alias(), but only examine the first namelen
--
2.20.1
More information about the U-Boot
mailing list