diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-07-21 17:26:42 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-07-21 17:26:42 +1000 |
commit | da0296788e4aea4e7800f2ff3bbd32613268aa5e (patch) | |
tree | ffe58ad24a2229166295b2068447d783af52db36 /include/gos | |
parent | 5b2d56148352ceaf4f3c1e7db302d6723b51b64a (diff) | |
download | uGFX-da0296788e4aea4e7800f2ff3bbd32613268aa5e.tar.gz uGFX-da0296788e4aea4e7800f2ff3bbd32613268aa5e.tar.bz2 uGFX-da0296788e4aea4e7800f2ff3bbd32613268aa5e.zip |
Spelling mistake
Diffstat (limited to 'include/gos')
-rw-r--r-- | include/gos/gos.h | 4 |
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 } |