X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fegl%2Ffg_state_egl.c;fp=src%2Fegl%2Ffg_state_egl.c;h=cea0405fc69812db6f66393888ebde9791e7aa1e;hb=11f8762b68489ab1caf2507e372fde63d2131560;hp=c83ec30fb3e55c57ed44c3bfbba8066e8d145d39;hpb=afe49bde02561147a583c32dd87eb08fc4b66cd1;p=freeglut diff --git a/src/egl/fg_state_egl.c b/src/egl/fg_state_egl.c index c83ec30..cea0405 100644 --- a/src/egl/fg_state_egl.c +++ b/src/egl/fg_state_egl.c @@ -82,7 +82,7 @@ int fghPlatformGlutGetEGL ( GLenum eWhat ) return fghChooseConfig(&config); } - /* This is system-dependant */ + /* This is system-dependent */ case GLUT_WINDOW_FORMAT_ID: if( fgStructure.CurrentWindow == NULL ) return 0;