From 56f0bb8613682c1fe27fb7e7c8a39d847a45b56b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 21 May 2014 11:19:38 +0200 Subject: [PATCH] Comment fix. --- src/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.h b/src/internal.h index c62c6338..319f7064 100644 --- a/src/internal.h +++ b/src/internal.h @@ -141,7 +141,7 @@ typedef struct _GLFWcursor _GLFWcursor; /*! @brief Window configuration. * * Parameters relating to the creation of the window but not directly related - * to the framebuffer. This is used to pass context creation parameters from + * to the framebuffer. This is used to pass window creation parameters from * shared code to the platform API. */ struct _GLFWwndconfig