From 8061bb54fe305019b91117a377afa7e1b0e2648f Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 30 Mar 2014 17:13:41 +0200 Subject: [PATCH] Formatting. --- include/GLFW/glfw3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 53f518a1..63a7d769 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -1003,9 +1003,9 @@ GLFWAPI const char* glfwGetVersionString(void); * * @note This function may only be called from the main thread. * - * @note The error callback is called by the thread where the error was - * generated. If you are using GLFW from multiple threads, your error callback - * needs to be written accordingly. + * @note The error callback is called by the thread where the error occurred. + * If you are using GLFW from multiple threads, your error callback needs to be + * written accordingly. * * @note Because the description string provided to the callback may have been * generated specifically for that error, it is not guaranteed to be valid