aboutsummaryrefslogtreecommitdiff
path: root/util.h
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 /util.h
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 'util.h')
-rw-r--r--util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.h b/util.h
index 7658781..fc3c0d0 100644
--- a/util.h
+++ b/util.h
@@ -122,7 +122,7 @@ int utilfdt_read_err(const char *filename, char **buffp, size_t *len);
* stderr.
*
* @param filename The filename to write, or - for stdout
- * @param blob Poiner to buffer containing fdt
+ * @param blob Pointer to buffer containing fdt
* @return 0 if ok, -1 on error
*/
int utilfdt_write(const char *filename, const void *blob);
@@ -133,7 +133,7 @@ int utilfdt_write(const char *filename, const void *blob);
* an error message for the user.
*
* @param filename The filename to write, or - for stdout
- * @param blob Poiner to buffer containing fdt
+ * @param blob Pointer to buffer containing fdt
* @return 0 if ok, else an errno value representing the error
*/
int utilfdt_write_err(const char *filename, const void *blob);