summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-03-17 09:34:30 -0600
committerBrian Paul <brianp@vmware.com>2009-03-17 09:34:30 -0600
commit1eee1bac1f6d911e6124daafc9b9291666d91cef (patch)
tree450dd156d12c7fb586aec4d9b875642f14233be8 /src/mesa/main/texobj.c
parentc1f8de9954486229c294a2a65d8f66867599de75 (diff)
mesa: update/fix doxygen comments
Diffstat (limited to 'src/mesa/main/texobj.c')
-rw-r--r--src/mesa/main/texobj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
index 9ccb8fa100..b63f747fe8 100644
--- a/src/mesa/main/texobj.c
+++ b/src/mesa/main/texobj.c
@@ -180,7 +180,7 @@ finish_texture_init(GLcontext *ctx, GLenum target,
* Called via ctx->Driver.DeleteTexture() if not overriden by a driver.
*
* \param shared the shared GL state to which the object belongs.
- * \param texOjb the texture object to delete.
+ * \param texObj the texture object to delete.
*/
void
_mesa_delete_texture_object( GLcontext *ctx, struct gl_texture_object *texObj )