[U-Boot] [PATCH 2/5] Fix typo
gvb.uboot at gmail.com
gvb.uboot at gmail.com
Tue May 7 01:31:56 CEST 2013
From: François Revol <revol at free.fr>
Signed-off-by: François Revol <revol at free.fr>
---
include/libfdt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/libfdt.h b/include/libfdt.h
index b153cc3..7403d5a 100644
--- a/include/libfdt.h
+++ b/include/libfdt.h
@@ -582,7 +582,7 @@ const char *fdt_get_alias_namelen(const void *fdt,
* value of the property named 'name' in the node /aliases.
*
* returns:
- * a pointer to the expansion of the alias named 'name', of it exists
+ * a pointer to the expansion of the alias named 'name', if it exists
* NULL, if the given alias or the /aliases node does not exist
*/
const char *fdt_get_alias(const void *fdt, const char *name);
--
1.7.9.5
More information about the U-Boot
mailing list