From 751be1ae8c966dcdd0b2f30a9ddb8b401df962a2 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 31 Jul 2016 19:26:57 +0200 Subject: [PATCH] Fix comment --- src/linux_joystick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linux_joystick.c b/src/linux_joystick.c index 76a5f383..561b1eb8 100644 --- a/src/linux_joystick.c +++ b/src/linux_joystick.c @@ -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)