mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 01:28:07 +02:00
Fix typos in comments.
This commit is contained in:
parent
6c5402bccd
commit
10b3bf6013
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
/*@{*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue