From dbef5ea46bf4c3eac7bd2784556f063459e5e947 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 13 Jun 2013 12:06:51 +0200 Subject: [PATCH] Grammar fix. --- include/GLFW/glfw3native.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/GLFW/glfw3native.h b/include/GLFW/glfw3native.h index a229f566..75072606 100644 --- a/include/GLFW/glfw3native.h +++ b/include/GLFW/glfw3native.h @@ -60,8 +60,8 @@ extern "C" { * * `GLFW_EXPOSE_NATIVE_GLX` * * `GLFW_EXPOSE_NATIVE_EGL` * - * These macros select which of the native access functions are declared and - * which platform-specific headers to include. It is then up your (by + * These macros select which of the native access functions that are declared + * and which platform-specific headers to include. It is then up your (by * definition platform-specific) code to handle which of these should be * defined. */