X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flibfdt.h;h=9eefaaf5f87a7de869f78a05c67bed09d56202bd;hb=5d62314c1d0be34e0f6cdb7705550098fe7275bd;hp=765d84f5e4574eaab187be553cdbd449bf22b819;hpb=58a5c43c09398d7cc68417117f1d882f1ca831cc;p=u-boot diff --git a/include/libfdt.h b/include/libfdt.h index 765d84f5e4..9eefaaf5f8 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.