glx: fix typo becuase -> because

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Emil Velikov 2017-07-31 14:06:47 +01:00 committed by Adam Jackson
parent db0dd06ddf
commit c09e906d61

View File

@ -224,7 +224,7 @@ __glXdirectContextCreate(__GLXscreen * screen,
/**
* Create a GL context with the given properties. This routine is used
* to implement \c glXCreateContext, \c glXCreateNewContext, and
* \c glXCreateContextWithConfigSGIX. This works becuase of the hack way
* \c glXCreateContextWithConfigSGIX. This works because of the hack way
* that GLXFBConfigs are implemented. Basically, the FBConfigID is the
* same as the VisualID.
*/