glx: fix typos
Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22663>
This commit is contained in:

committed by
Marge Bot

parent
523dffe6cd
commit
608ed04cc1
@@ -812,7 +812,7 @@ driIsThreadSafe(void *loaderPrivate)
|
||||
/* Check Xlib is running in thread safe mode
|
||||
*
|
||||
* 'lock_fns' is the XLockDisplay function pointer of the X11 display 'dpy'.
|
||||
* It wll be NULL if XInitThreads wasn't called.
|
||||
* It will be NULL if XInitThreads wasn't called.
|
||||
*/
|
||||
return pcp->psc->dpy->lock_fns != NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user