diff options
author | Brian Paul <[email protected]> | 2012-02-13 16:14:44 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-02-15 14:37:07 -0700 |
commit | 7539a0d67779d63149bf78f257f415f1ebf30b59 (patch) | |
tree | 47e39802322fa64d9070ec679a0d87dc73414332 /src/mesa/state_tracker/st_texture.h | |
parent | 456a02b0c7722f22962bca4c26b755381a8de096 (diff) |
st/mesa: fix typo: s/patent/parent/
Diffstat (limited to 'src/mesa/state_tracker/st_texture.h')
-rw-r--r-- | src/mesa/state_tracker/st_texture.h | 2 |
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; |