From da0296788e4aea4e7800f2ff3bbd32613268aa5e Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 21 Jul 2013 17:26:42 +1000 Subject: Spelling mistake --- include/gos/gos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 } -- cgit v1.2.3