mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
st/mesa: fix typo: s/patent/parent/
This commit is contained in:
parent
456a02b0c7
commit
7539a0d677
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ struct st_texture_image
|
|||
{
|
||||
struct gl_texture_image base;
|
||||
|
||||
/** Used to store texture data that doesn't fit in the patent
|
||||
/** Used to store texture data that doesn't fit in the parent
|
||||
* object's mipmap buffer.
|
||||
*/
|
||||
GLubyte *TexData;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue