Mesa (master): st/mesa: fix typo: s/patent/parent/

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 15 21:37:25 UTC 2012


Module: Mesa
Branch: master
Commit: 7539a0d67779d63149bf78f257f415f1ebf30b59
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7539a0d67779d63149bf78f257f415f1ebf30b59

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Feb 13 16:14:44 2012 -0700

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

---

 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 0b3e0be..62e975b 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;




More information about the mesa-commit mailing list