]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix typo
authorFrançois Revol <revol@free.fr>
Sat, 2 Feb 2013 23:52:21 +0000 (00:52 +0100)
committerGerald Van Baren <vanbaren@cideas.com>
Fri, 10 May 2013 23:04:49 +0000 (19:04 -0400)
Ref: DTC commit cc11e522

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

index b153cc31bfb27fadca016cd534cbe368e6761470..7403d5a6dba41a67a0a9a527c0c381ac8e4fa80e 100644 (file)
@@ -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);