Spelling mistake
This commit is contained in:
parent
5b2d561483
commit
da0296788e
1 changed files with 2 additions and 2 deletions
|
@ -319,7 +319,7 @@
|
||||||
* @return FALSE if the wait timeout occurred otherwise TRUE
|
* @return FALSE if the wait timeout occurred otherwise TRUE
|
||||||
*
|
*
|
||||||
* @param[in] psem A pointer to the semaphore
|
* @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
|
* @api
|
||||||
*/
|
*/
|
||||||
|
@ -415,7 +415,7 @@
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
void gfxThreadClose(gfxThreadHandle thread);
|
void gfxThreadClose(gfxThreadHandle thread);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue