st/mesa: fix typo: s/patent/parent/
authorBrian Paul <brianp@vmware.com>
Mon, 13 Feb 2012 23:14:44 +0000 (16:14 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 15 Feb 2012 21:37:07 +0000 (14:37 -0700)
src/mesa/state_tracker/st_texture.h

index 0b3e0be3cb468001aac38927097683f778511197..62e975bb457753de14c96b94170de68677d04398 100644 (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;