summaryrefslogtreecommitdiff
path: root/utils/utsname.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utsname.h')
-rw-r--r--utils/utsname.h2
1 files changed, 1 insertions, 1 deletions
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);