summaryrefslogtreecommitdiffstats
path: root/libfdt
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-08-26 16:40:10 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-08-26 16:40:10 +1000
commit9eeb5af64be73fb2ca981330b39d0b46acc69057 (patch)
treee6ca9e9388b07aca66da5f86019c8ce0a58715aa /libfdt
parentdd3c3ec045ff47adb5531a49bda50e4c86cd38fa (diff)
downloadtalos-skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.tar.gz
talos-skiboot-9eeb5af64be73fb2ca981330b39d0b46acc69057.zip
Fix spelling mistakes
See https://github.com/lucasdemarchi/codespel Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'libfdt')
-rw-r--r--libfdt/libfdt.h4
1 files changed, 2 insertions, 2 deletions
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
*
OpenPOWER on IntegriCloud