mesa: fix typo

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28695>
This commit is contained in:
Constantine Shablia 2024-04-11 18:25:17 +03:00 committed by Marge Bot
parent 6b04843537
commit cdcb2ab538
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/