Fix a few typos

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
Zoë Blade
2015-04-22 11:33:17 +01:00
committed by Francisco Jerez
parent e17dc004fd
commit 05e7f7f438
78 changed files with 103 additions and 103 deletions

View File

@@ -49,7 +49,7 @@ stderr if the LIBGL_DEBUG environment variable is defined.
libGL.so is thread safe. The overhead of thread safety for common,
single-thread clients is negligible. However, the overhead of thread
safety for multi-threaded clients is significant. Each GL API call
requires two calls to pthread_get_specific() which can noticably
requires two calls to pthread_get_specific() which can noticeably
impact performance. Warning: libGL.so is thread safe but individual
DRI drivers may not be. Please consult the documentation for a driver
to learn if it is thread safe.