Spelling mistake

ugfx_release_2.6
inmarket 2013-07-21 17:26:42 +10:00
parent 5b2d561483
commit da0296788e
1 changed files with 2 additions and 2 deletions

View File

@ -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
}