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/mipmap.c | |
parent | c1f8de9954486229c294a2a65d8f66867599de75 (diff) |
mesa: update/fix doxygen comments
Diffstat (limited to 'src/mesa/main/mipmap.c')
-rw-r--r-- | src/mesa/main/mipmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index af2bf8fe228..4a79430c34d 100644 --- a/src/mesa/main/mipmap.c +++ b/src/mesa/main/mipmap.c @@ -1186,7 +1186,7 @@ make_1d_stack_mipmap(GLenum datatype, GLuint comps, GLint border, /** - * \bugs + * \bug * There is quite a bit of refactoring that could be done with this function * and \c make_2d_mipmap. */ |