From cdcb2ab53873fb454f6e0882cddbc46d93dd6119 Mon Sep 17 00:00:00 2001 From: Constantine Shablia Date: Thu, 11 Apr 2024 18:25:17 +0300 Subject: [PATCH] mesa: fix typo Reviewed-by: Alyssa Rosenzweig Part-of: --- src/mesa/main/dd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index c97e7182d51..8904ab92137 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -77,7 +77,7 @@ struct pipe_vertex_element; * would require more book-keeping in the driver than seems necessary * at this point. * - * Does GL_MAP_INVALDIATE_BUFFER_BIT do this? Not really -- we don't + * Does GL_MAP_INVALIDATE_BUFFER_BIT do this? Not really -- we don't * want to provoke the driver to throw away the old storage, we will * respect the contents of already referenced data. */