[rtems commit] Fix some typing errors in libfdt.h and livetree.c
Sebastian Huber
sebh at rtems.org
Thu Jul 19 05:07:41 UTC 2018
Module: rtems
Branch: master
Commit: f670acbf464ab408cfc48d9e9cfa6a845122dfc4
Changeset: http://git.rtems.org/rtems/commit/?id=f670acbf464ab408cfc48d9e9cfa6a845122dfc4
Author: Thomas Huth <thuth at redhat.com>
Date: Mon Sep 26 18:12:26 2016 +0200
Fix some typing errors in libfdt.h and livetree.c
Correct some typos discovered with the codespell utility.
Signed-off-by: Thomas Huth <thuth at redhat.com>
Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
cpukit/include/libfdt.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpukit/include/libfdt.h b/cpukit/include/libfdt.h
index 376e628..ecb11fc 100644
--- a/cpukit/include/libfdt.h
+++ b/cpukit/include/libfdt.h
@@ -61,7 +61,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
@@ -700,7 +700,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
*
More information about the vc
mailing list