From a7fb3954a1318a6b27e1405a9e799dd8f06eaa34 Mon Sep 17 00:00:00 2001 From: Andrii Simiklit Date: Mon, 7 Dec 2020 13:03:09 +0200 Subject: [PATCH] glx: fix spelling issues Reviewed-by: Ian Romanick Signed-off-by: Andrii Simiklit Part-of: --- src/glx/indirect_glx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glx/indirect_glx.c b/src/glx/indirect_glx.c index 3f3e1c82265..a58d6f044da 100644 --- a/src/glx/indirect_glx.c +++ b/src/glx/indirect_glx.c @@ -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,