From 9eeb5af64be73fb2ca981330b39d0b46acc69057 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 26 Aug 2015 16:40:10 +1000 Subject: Fix spelling mistakes See https://github.com/lucasdemarchi/codespel Signed-off-by: Stewart Smith --- libfdt/libfdt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libfdt') diff --git a/libfdt/libfdt.h b/libfdt/libfdt.h index e51f3644..a161224b 100644 --- a/libfdt/libfdt.h +++ b/libfdt/libfdt.h @@ -62,7 +62,7 @@ #define FDT_ERR_NOTFOUND 1 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */ #define FDT_ERR_EXISTS 2 - /* FDT_ERR_EXISTS: Attemped to create a node or property which + /* FDT_ERR_EXISTS: Attempted to create a node or property which * already exists */ #define FDT_ERR_NOSPACE 3 /* FDT_ERR_NOSPACE: Operation needed to expand the device @@ -505,7 +505,7 @@ 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 * -- cgit v1.2.1