diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:32:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:33:56 -0700 |
commit | 09602b2130b3710bcca4d2707132bd47d4a832ef (patch) | |
tree | 675da52f5fd80b6b5019b7fbd3f49654374ce3fd /include/GL | |
parent | a8ccf66bc924fb02c9e944f99e84d90958dd142f (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/glxint.h | 2 | ||||
-rw-r--r-- | include/GL/internal/glcore.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glxint.h b/include/GL/glxint.h index 44c9e9e..87ae6b6 100644 --- a/include/GL/glxint.h +++ b/include/GL/glxint.h @@ -118,7 +118,7 @@ struct __GLXFBConfigRec { GLuint multiSampleSize; /* Number of samples per pixel (0 if no ms) */ - GLuint nMultiSampleBuffers; /* Number of availble ms buffers */ + GLuint nMultiSampleBuffers; /* Number of available ms buffers */ GLint maxAuxBuffers; /* frame buffer level */ diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h index 3879727..edcb014 100644 --- a/include/GL/internal/glcore.h +++ b/include/GL/internal/glcore.h @@ -60,7 +60,7 @@ typedef struct __GLcontextRec __GLcontext; * context to the application. * * Instances of this structure are shared by the driver and the loader. To - * maintain binary compatability, new fields \b must be added only to the + * maintain binary compatibility, new fields \b must be added only to the * end of the structure. * * \sa _gl_context_modes_create |