aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos/gos.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-07-21 17:26:42 +1000
committerinmarket <andrewh@inmarket.com.au>2013-07-21 17:26:42 +1000
commitda0296788e4aea4e7800f2ff3bbd32613268aa5e (patch)
treeffe58ad24a2229166295b2068447d783af52db36 /include/gos/gos.h
parent5b2d56148352ceaf4f3c1e7db302d6723b51b64a (diff)
downloaduGFX-da0296788e4aea4e7800f2ff3bbd32613268aa5e.tar.gz
uGFX-da0296788e4aea4e7800f2ff3bbd32613268aa5e.tar.bz2
uGFX-da0296788e4aea4e7800f2ff3bbd32613268aa5e.zip
Spelling mistake
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
}