summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/libdom.h2
-rw-r--r--utils/utsname.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/libdom.h b/utils/libdom.h
index becada315..306aa0f8b 100644
--- a/utils/libdom.h
+++ b/utils/libdom.h
@@ -37,7 +37,7 @@
*
* \param root the dom node to use as the root of the tree walk
* \param callback The function called for each element
- * \param ctx The context passed to teh callback.
+ * \param ctx The context passed to the callback.
* \return true if all nodes were examined, false if the callback terminated
* the walk early.
*/
diff --git a/utils/utsname.h b/utils/utsname.h
index b4c0a79d9..ca2a0231f 100644
--- a/utils/utsname.h
+++ b/utils/utsname.h
@@ -41,7 +41,7 @@ struct utsname {
/**
* Get the system information.
*
- * @param buf the buffer to fill with teh information.
+ * @param buf the buffer to fill with the information.
* @return 0 on sucess or -1 and errno set on faliure.
*/
int uname(struct utsname *buf);