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:
Harri Nieminen
2023-04-24 14:32:29 +03:00
committed by Marge Bot
parent 523dffe6cd
commit 608ed04cc1
13 changed files with 23 additions and 23 deletions

View File

@@ -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;
}