diff options
author | Ian Romanick <[email protected]> | 2004-07-05 22:42:14 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-07-05 22:42:14 +0000 |
commit | 10b3bf60137b1f5faae46d2266f54faa89798570 (patch) | |
tree | 597514dd33015c0db3724bd2faafd3c92ed0010c /src/mesa/glapi/glapi.c | |
parent | 6c5402bccdc83173f645de34830a45cbb52436a4 (diff) |
Fix typos in comments.
Diffstat (limited to 'src/mesa/glapi/glapi.c')
-rw-r--r-- | src/mesa/glapi/glapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index ecdf5306bb3..6d35c03ce6d 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -159,7 +159,7 @@ static int NoOpUnused(void) * It is possible for the original thread to be setting it at the same instant * a new thread, perhaps running on a different processor, is clearing it. * Because of that, \c ThreadSafe, which can only ever be changed to - * \c GL_FALSE, is used to determin whether or not the application is + * \c GL_TRUE, is used to determine whether or not the application is * multithreaded. */ /*@{*/ |