From 8e313d911becb802260d097d4eeefab734f7dcf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Thu, 13 Dec 2018 20:33:17 +0100 Subject: [PATCH] Cleanup GLFW_PLATFORM_ERROR should be listed last. --- include/GLFW/glfw3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index fb1841c8..db191c76 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3778,7 +3778,7 @@ GLFWAPI void glfwWaitEvents(void); * @param[in] timeout The maximum amount of time, in seconds, to wait. * * @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref - * GLFW_PLATFORM_ERROR and @ref GLFW_INVALID_VALUE. + * GLFW_INVALID_VALUE and @ref GLFW_PLATFORM_ERROR. * * @reentrancy This function must not be called from a callback. *