1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Fix comment

This commit is contained in:
Camilla Berglund 2016-07-31 19:26:57 +02:00
parent f48b63de38
commit 751be1ae8c

View File

@ -153,7 +153,7 @@ static GLFWbool pollJoystickEvents(_GLFWjoystickLinux* js)
return js->present;
}
// Lexically compare joysticks, used by quicksort
// Lexically compare joysticks by name; used by qsort
//
#if defined(__linux__)
static int compareJoysticks(const void* fp, const void* sp)