From: François Revol <revol@free.fr>
Date: Sat, 2 Feb 2013 23:52:21 +0000 (+0100)
Subject: Fix typo
X-Git-Tag: v2025.01-rc5-pxa1908~15849^2~46
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=c73bd49dee39064b6bbe0e0d18b6f27866a7d0fa;p=u-boot.git

Fix typo

Ref: DTC commit cc11e522

Signed-off-by: François Revol <revol@free.fr>
---

diff --git a/include/libfdt.h b/include/libfdt.h
index b153cc31bf..7403d5a6db 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);