summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-02-13 16:14:44 -0700
committerBrian Paul <brianp@vmware.com>2012-02-15 14:37:07 -0700
commit7539a0d67779d63149bf78f257f415f1ebf30b59 (patch)
tree47e39802322fa64d9070ec679a0d87dc73414332 /src/mesa
parent456a02b0c7722f22962bca4c26b755381a8de096 (diff)
st/mesa: fix typo: s/patent/parent/
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/state_tracker/st_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h
index 0b3e0be3cb4..62e975bb457 100644
--- a/src/mesa/state_tracker/st_texture.h
+++ b/src/mesa/state_tracker/st_texture.h
@@ -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;