From 40c840f59d6d4f58c91eaa9ce9a8eb02a5cf8c6e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 2 Jul 2013 17:21:04 -0700 Subject: [PATCH] eglwrap: Fix some typos in a comment And drop the text about libGLESv2.so, (functions in libGLESv2 are already taken care of in glwrap.c). --- eglwrap.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/eglwrap.c b/eglwrap.c index 8317334..198b4f0 100644 --- a/eglwrap.c +++ b/eglwrap.c @@ -50,12 +50,8 @@ /* 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) -- 2.43.0