From: John F. Fay Date: Tue, 5 Jul 2005 14:16:44 +0000 (+0000) Subject: Changing a comment ... nothing big. X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=352d4e747f296e49bf4ff00a99cef21525980c38;p=freeglut Changing a comment ... nothing big. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@665 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 96eafb7..8182f36 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -786,7 +786,7 @@ int glutJoystickGetNumAxes( int ident ); int glutJoystickGetNumButtons( int ident ); int glutJoystickNotWorking( int ident ); -/* InputDevice Init/Fini */ +/* InputDevice Initialisation and Closure */ int fgInputDeviceDetect( void ); void fgInitialiseInputDevices( void ); void fgInputDeviceClose( void );