diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-06-16 15:19:03 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-10 12:32:13 -0800 |
commit | a9b3ddf3c990ff6100aa8151ce9e6131b925d5dd (patch) | |
tree | ce37de4ae0a41312c6f0fc19f50f8622a44fcf1e /include/GL | |
parent | 641db34376d18ed5b76ff8883284bef4898d71be (diff) |
Assorted typo fixes in headers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/glxproto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glxproto.h b/include/GL/glxproto.h index 736fb58..e4dfc10 100644 --- a/include/GL/glxproto.h +++ b/include/GL/glxproto.h @@ -36,7 +36,7 @@ /*****************************************************************************/ /* -** Errrors. +** Errors. */ #define GLXBadContext 0 #define GLXBadContextState 1 @@ -1296,7 +1296,7 @@ typedef struct { /** * Protocol header for glXSetClientInfoARB * - * This structure is follwed by \c numVersions * 2 \c CARD32 values listing + * This structure is followed by \c numVersions * 2 \c CARD32 values listing * the OpenGL versions supported by the client. The pairs of values are an * OpenGL major version followed by a minor version. For example, * |