summaryrefslogtreecommitdiffstats
path: root/include/libfdt.h
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2013-02-03 00:52:21 +0100
committerGerald Van Baren <vanbaren@cideas.com>2013-05-10 19:04:49 -0400
commitc73bd49dee39064b6bbe0e0d18b6f27866a7d0fa (patch)
tree9ff5eb1593a3415b10fd15573271dd89f77313da /include/libfdt.h
parente853b32424e1fbbbcf1a78e6ddd3e732abe72dc0 (diff)
downloadblackbird-obmc-uboot-c73bd49dee39064b6bbe0e0d18b6f27866a7d0fa.tar.gz
blackbird-obmc-uboot-c73bd49dee39064b6bbe0e0d18b6f27866a7d0fa.zip
Fix typo
Ref: DTC commit cc11e522 Signed-off-by: François Revol <revol@free.fr>
Diffstat (limited to 'include/libfdt.h')
-rw-r--r--include/libfdt.h2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud