summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.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/imports.c
parentc1f8de9954486229c294a2a65d8f66867599de75 (diff)
mesa: update/fix doxygen comments
Diffstat (limited to 'src/mesa/main/imports.c')
-rw-r--r--src/mesa/main/imports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c
index cb04594c1f..20b8342064 100644
--- a/src/mesa/main/imports.c
+++ b/src/mesa/main/imports.c
@@ -1011,7 +1011,7 @@ _mesa_warning( GLcontext *ctx, const char *fmtString, ... )
* Prints the message to stderr via fprintf().
*
* \param ctx GL context.
- * \param s problem description string.
+ * \param fmtString problem description string.
*/
void
_mesa_problem( const GLcontext *ctx, const char *fmtString, ... )