]> git.cworth.org Git - fips/commitdiff
eglwrap: Fix some typos in a comment
authorCarl Worth <cworth@cworth.org>
Wed, 3 Jul 2013 00:21:04 +0000 (17:21 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 3 Jul 2013 00:40:58 +0000 (17:40 -0700)
And drop the text about libGLESv2.so, (functions in libGLESv2 are
already taken care of in glwrap.c).

eglwrap.c

index 8317334c8595bca959f5e55101fb5dc844458fd4..198b4f0b57072dc43e4de2a07901691c77da4c3d 100644 (file)
--- a/eglwrap.c
+++ b/eglwrap.c
 
 /* Note: We only need to perform a lookup in libEGL.so.1, (not
  * libGLESv2.so.2). This is because the functions we wrap, (currently
- * wglSwapBufers, eglGetProcAddress, and eglMakeCurrent), exist only
+ * eglSwapBufers, eglGetProcAddress, and eglMakeCurrent), exist only
  * in libEGL.so.1.
- *
- * If we *do* later add wrappers for functions that lib in
- * libGLESv2.so.2 then those might more naturally live in a file named
- * gleswrap.c or so.
  */
 static void *
 eglwrap_lookup (char *name)