diff options
Diffstat (limited to 'include/GL/glxint.h')
-rw-r--r-- | include/GL/glxint.h | 2 |
1 files changed, 1 insertions, 1 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 */ |