aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos/gos.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gos/gos.h')
-rw-r--r--include/gos/gos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gos/gos.h b/include/gos/gos.h
index 84a2fd0a..54bde39a 100644
--- a/include/gos/gos.h
+++ b/include/gos/gos.h
@@ -319,7 +319,7 @@
* @return FALSE if the wait timeout occurred otherwise TRUE
*
* @param[in] psem A pointer to the semaphore
- * @param[in] ms The maxmimum time to wait for the semaphore
+ * @param[in] ms The maximum time to wait for the semaphore
*
* @api
*/
@@ -415,7 +415,7 @@
*
* @api
*/
- void gfxThreadClose(gfxThreadHandle thread);
+ void gfxThreadClose(gfxThreadHandle thread);
#ifdef __cplusplus
}