diff options
author | Jose Fonseca <[email protected]> | 2004-09-09 22:23:24 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2004-09-09 22:23:24 +0000 |
commit | 375457bcef0b43c4b7a022b4fe74207dd1faf6dc (patch) | |
tree | aaa0c8b7e227e6292a3646289b7bcdc821a71fa9 /src/mesa/main/context.c | |
parent | 2dab997cb9ddbe47ff414b74679fb99346bb9a06 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 0330aa47beb..9cb54e41aa0 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. */ |