From bd3d751e1eb17efb39f65093271bb4ac071aa9e0 Mon Sep 17 00:00:00 2001 From: Nathan Kidd Date: Mon, 11 Aug 2014 18:30:42 -0400 Subject: glproto: Fix typo in X_GLXCreateContextAttribsARB definition Signed-off-by: Nathan Kidd Signed-off-by: Dave Airlie --- glxproto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glxproto.h b/glxproto.h index b50adc2..b4629c7 100644 --- a/glxproto.h +++ b/glxproto.h @@ -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) */ -- cgit v1.2.1