aboutsummaryrefslogtreecommitdiff
path: root/libfdt
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-05-20 10:12:09 +0200
committerDavid Gibson <david@gibson.dropbear.id.au>2019-05-21 10:01:01 +1000
commit825146d13dc0430e72c1c65b61cb1aa35e559fca (patch)
treef0f796e83e80895fef64144e8ad327e50e3fdd40 /libfdt
parent25bb080c18d1a8a96760e26257bf8c80ec7fcab4 (diff)
downloaddtc-825146d13dc0430e72c1c65b61cb1aa35e559fca.zip
dtc-825146d13dc0430e72c1c65b61cb1aa35e559fca.tar.gz
dtc-825146d13dc0430e72c1c65b61cb1aa35e559fca.tar.bz2
Fix typos in various documentation and source files
The typos have been discovered with the "codespell" utility. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190520081209.20415-1-thuth@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'libfdt')
-rw-r--r--libfdt/fdt_overlay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libfdt/fdt_overlay.c b/libfdt/fdt_overlay.c
index 2ad93d2..d3e9ab2 100644
--- a/libfdt/fdt_overlay.c
+++ b/libfdt/fdt_overlay.c
@@ -93,11 +93,11 @@ static uint32_t overlay_get_target_phandle(const void *fdto, int fragment)
* @pathp: pointer which receives the path of the target (or NULL)
*
* overlay_get_target() retrieves the target offset in the base
- * device tree of a fragment, no matter how the actual targetting is
+ * device tree of a fragment, no matter how the actual targeting is
* done (through a phandle or a path)
*
* returns:
- * the targetted node offset in the base device tree
+ * the targeted node offset in the base device tree
* Negative error code on error
*/
static int overlay_get_target(const void *fdt, const void *fdto,