From 7539a0d67779d63149bf78f257f415f1ebf30b59 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 13 Feb 2012 16:14:44 -0700 Subject: [PATCH] st/mesa: fix typo: s/patent/parent/ --- src/mesa/state_tracker/st_texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2