glx: fix spelling issues
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Andrii Simiklit <andrii.simiklit@globallogic.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7965>
This commit is contained in:
committed by
Marge Bot
parent
618e480f38
commit
a7fb3954a1
@@ -474,8 +474,8 @@ indirect_create_context_attribs(struct glx_screen *psc,
|
||||
|
||||
/*
|
||||
** Constrain the maximum drawing command size allowed to be
|
||||
** transfered using the X_GLXRender protocol request. First
|
||||
** constrain by a software limit, then constrain by the protocl
|
||||
** transferred using the X_GLXRender protocol request. First
|
||||
** constrain by a software limit, then constrain by the protocol
|
||||
** limit.
|
||||
*/
|
||||
gc->maxSmallRenderCommandSize = MIN3(bufSize, __GLX_RENDER_CMD_SIZE_LIMIT,
|
||||
|
||||
Reference in New Issue
Block a user