summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
diff options
context:
space:
mode:
authorJose Fonseca <j_r_fonseca@yahoo.co.uk>2004-09-09 22:23:24 +0000
committerJose Fonseca <j_r_fonseca@yahoo.co.uk>2004-09-09 22:23:24 +0000
commit375457bcef0b43c4b7a022b4fe74207dd1faf6dc (patch)
treeaaa0c8b7e227e6292a3646289b7bcdc821a71fa9 /src/mesa/main/context.c
parent2dab997cb9ddbe47ff414b74679fb99346bb9a06 (diff)
Update the doxygen configuration file.
Minor updates/fixes to the source documentation.
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r--src/mesa/main/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 0330aa47be..9cb54e41aa 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -1607,7 +1607,7 @@ _mesa_destroy_context( GLcontext *ctx )
* \param mask bitwise OR of GL_*_BIT flags
*
* According to the bits specified in \p mask, copies the corresponding
- * attributes from \p src into \dst. For many of the attributes a simple \c
+ * attributes from \p src into \p dst. For many of the attributes a simple \c
* memcpy is not enough due to the existence of internal pointers in their data
* structures.
*/