diff options
author | Vinson Lee <[email protected]> | 2009-03-17 09:34:30 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-17 09:34:30 -0600 |
commit | 1eee1bac1f6d911e6124daafc9b9291666d91cef (patch) | |
tree | 450dd156d12c7fb586aec4d9b875642f14233be8 /src/mesa/main/context.c | |
parent | c1f8de9954486229c294a2a65d8f66867599de75 (diff) |
mesa: update/fix doxygen comments
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 84bf0205a8e..b24a3b4409b 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -179,7 +179,7 @@ GLfloat _mesa_ubyte_to_float_color_tab[256]; /** * Swap buffers notification callback. * - * \param gc GL context. + * \param ctx GL context. * * Called by window system just before swapping buffers. * We have to finish any pending rendering. @@ -923,7 +923,7 @@ _mesa_initialize_context(GLcontext *ctx, * \param share_list another context to share display lists with or NULL * \param driverFunctions points to the dd_function_table into which the * driver has plugged in all its special functions. - * \param driverCtx points to the device driver's private context state + * \param driverContext points to the device driver's private context state * * \return pointer to a new __GLcontextRec or NULL if error. */ |