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/shader/prog_parameter.c | |
parent | c1f8de9954486229c294a2a65d8f66867599de75 (diff) |
mesa: update/fix doxygen comments
Diffstat (limited to 'src/mesa/shader/prog_parameter.c')
-rw-r--r-- | src/mesa/shader/prog_parameter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_parameter.c b/src/mesa/shader/prog_parameter.c index 60e9d074233..66edae9001d 100644 --- a/src/mesa/shader/prog_parameter.c +++ b/src/mesa/shader/prog_parameter.c @@ -517,7 +517,7 @@ _mesa_lookup_parameter_index(const struct gl_program_parameter_list *paramList, * swizzling to find a match. * \param list the parameter list to search * \param v the float vector to search for - * \param size number of element in v + * \param vSize number of element in v * \param posOut returns the position of the constant, if found * \param swizzleOut returns a swizzle mask describing location of the * vector elements if found. |