From 40da56fbf79d74bfbda6929432fc8cfed3546919 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 9 Sep 2015 12:27:38 +0200 Subject: [PATCH] Fix grammar --- 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 860f1128..8b9c9e71 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3307,7 +3307,7 @@ GLFWAPI int glfwExtensionSupported(const char* extension); * @return The address of the function, or `NULL` if an [error](@ref * error_handling) occurred. * - * @remarks The addresses of a given function is not guaranteed to be the same + * @remarks The address of a given function is not guaranteed to be the same * between contexts. * * @remarks This function may return a non-`NULL` address despite the