diff options
| author | François Revol <revol@free.fr> | 2013-02-03 00:52:21 +0100 | 
|---|---|---|
| committer | Gerald Van Baren <vanbaren@cideas.com> | 2013-05-10 19:04:49 -0400 | 
| commit | c73bd49dee39064b6bbe0e0d18b6f27866a7d0fa (patch) | |
| tree | 9ff5eb1593a3415b10fd15573271dd89f77313da /include/libfdt.h | |
| parent | e853b32424e1fbbbcf1a78e6ddd3e732abe72dc0 (diff) | |
| download | olio-uboot-2014.01-c73bd49dee39064b6bbe0e0d18b6f27866a7d0fa.tar.xz olio-uboot-2014.01-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.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/libfdt.h b/include/libfdt.h index b153cc31b..7403d5a6d 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); |