Fix a few typos
[mesa.git] / src / mapi / glapi / gen / glX_proto_send.py
index 1419a7cc1bc44444754dabf174ee652fefc19027..b93989f753a5c6c0398ebbb436496360a5d3adef 100644 (file)
@@ -574,7 +574,7 @@ generic_%u_byte( GLint rop, const void * ptr )
         print '    struct glx_context * const gc = __glXGetCurrentContext();'
 
         # The only reason that single and vendor private commands need
-        # a variable called 'dpy' is becuase they use the SyncHandle
+        # a variable called 'dpy' is because they use the SyncHandle
         # macro.  For whatever brain-dead reason, that macro is hard-
         # coded to use a variable called 'dpy' instead of taking a
         # parameter.