diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-08-21 11:39:19 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-09-20 10:29:48 -0400 |
commit | 1f8b546f9e782b7eb9815368efa906b5718c6e9b (patch) | |
tree | 481c9221e3dfd3ebbbc0bb44dbafa144fa4e92c2 /include/libfdt.h | |
parent | 5c427e49ce09c7e991ce63a686cb600bff3c877a (diff) | |
download | u-boot-imx-1f8b546f9e782b7eb9815368efa906b5718c6e9b.zip u-boot-imx-1f8b546f9e782b7eb9815368efa906b5718c6e9b.tar.gz u-boot-imx-1f8b546f9e782b7eb9815368efa906b5718c6e9b.tar.bz2 |
Fix some obvious typos across multiple subsystems.
Typoes fixed:
"partion" -> "partition"
"retrive", "retreive" -> "retrieve"
"th" -> "to"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'include/libfdt.h')
-rw-r--r-- | include/libfdt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libfdt.h b/include/libfdt.h index 765d84f..9eefaaf 100644 --- a/include/libfdt.h +++ b/include/libfdt.h @@ -596,9 +596,9 @@ const char *fdt_get_alias_namelen(const void *fdt, const char *name, int namelen); /** - * fdt_get_alias - retreive the path referenced by a given alias + * fdt_get_alias - retrieve the path referenced by a given alias * @fdt: pointer to the device tree blob - * @name: name of the alias th look up + * @name: name of the alias to look up * * fdt_get_alias() retrieves the value of a given alias. That is, the * value of the property named 'name' in the node /aliases. |