projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5402b
)
Fix typos in comments.
author
Ian Romanick
<idr@us.ibm.com>
Mon, 5 Jul 2004 22:42:14 +0000
(22:42 +0000)
committer
Ian Romanick
<idr@us.ibm.com>
Mon, 5 Jul 2004 22:42:14 +0000
(22:42 +0000)
src/mesa/glapi/glapi.c
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapi.c
b/src/mesa/glapi/glapi.c
index ecdf5306bb3da55c4cda736f8aeebd72712b7cb0..6d35c03ce6d95fa7e12d9e7fc9c779f4b97521f8 100644
(file)
--- 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.
*/
/*@{*/