[Mesa-dev] [PATCH 1/2] glx: Fix a typo in a comment
Brian Paul
brianp at vmware.com
Wed Dec 9 08:40:41 PST 2015
On 12/09/2015 09:29 AM, Andreas Boll wrote:
> s/suports/supports/
>
> Signed-off-by: Andreas Boll <andreas.boll.dev at gmail.com>
> ---
> Found two more "suports" typos.
> I could squash all patches together if that's preferred.
>
> src/glx/dri2_glx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c
> index 27ea952..651915a 100644
> --- a/src/glx/dri2_glx.c
> +++ b/src/glx/dri2_glx.c
> @@ -1289,7 +1289,7 @@ dri2CreateScreen(int screen, struct glx_display * priv)
> __glXEnableDirectExtension(&psc->base, "GLX_OML_sync_control");
> }
>
> - /* DRI2 suports SubBuffer through DRI2CopyRegion, so it's always
> + /* DRI2 supports SubBuffer through DRI2CopyRegion, so it's always
> * available.*/
> psp->copySubBuffer = dri2CopySubBuffer;
> __glXEnableDirectExtension(&psc->base, "GLX_MESA_copy_sub_buffer");
>
For both, Reviewed-by: Brian Paul <brianp at vmware.com>
I'd say you don't really have to get reviews for fixing comment typos
though.
-Brian
More information about the mesa-dev
mailing list