projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e853b32
)
Fix typo
author
François Revol
<revol@free.fr>
Sat, 2 Feb 2013 23:52:21 +0000
(
00:52
+0100)
committer
Gerald 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
patch
|
blob
|
history
diff --git
a/include/libfdt.h
b/include/libfdt.h
index b153cc31bfb27fadca016cd534cbe368e6761470..7403d5a6dba41a67a0a9a527c0c381ac8e4fa80e 100644
(file)
--- 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',
o
f it exists
+ * a pointer to the expansion of the alias named 'name',
i
f 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);