st/mesa: fix typo: s/patent/parent/

This commit is contained in:
Brian Paul
2012-02-13 16:14:44 -07:00
parent 456a02b0c7
commit 7539a0d677

View File

@@ -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;