summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2013-02-03 00:52:21 +0100
committerJon Loeliger <jdl@jdl.com>2013-02-03 15:33:48 -0600
commitcc11e522a3f50ad3ad289d1313cd0bf0ba491e24 (patch)
tree7e2bd0cc6a2cd9d04b1afef75d1a9098c0103f49
parentb7aa300eee001872134345416e73e0f81159798f (diff)
downloaddtc-cc11e522a3f50ad3ad289d1313cd0bf0ba491e24.tar.gz
Fix typo
Signed-off-by: François Revol <revol@free.fr>
-rw-r--r--libfdt/libfdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdt/libfdt.h b/libfdt/libfdt.h
index c0075e7..130789a 100644
--- a/libfdt/libfdt.h
+++ b/libfdt/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);