glproto: Fix typo in X_GLXCreateContextAttribsARB definition

Signed-off-by: Nathan Kidd <nkidd@opentext.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Nathan Kidd 2014-08-11 18:30:42 -04:00 committed by Dave Airlie
parent f84853d97d
commit bd3d751e1e

View file

@ -2157,7 +2157,7 @@ typedef struct {
#define X_GLXCreateWindow 31
#define X_GLXDestroyWindow 32
#define X_GLXSetClientInfoARB 33
#define X_GLXCreateContextAtrribsARB 34
#define X_GLXCreateContextAttribsARB 34
#define X_GLXSetConfigInfo2ARB 35
/* Opcodes for single commands (part of GLX command space) */