aboutsummaryrefslogtreecommitdiffstats
path: root/src/libclut.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libclut.c')
-rw-r--r--src/libclut.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libclut.c b/src/libclut.c
index f2efd6b..0a1b2f4 100644
--- a/src/libclut.c
+++ b/src/libclut.c
@@ -213,8 +213,8 @@ void libclut_model_ciexyz_to_cielab(double X, double Y, double Z, double* L, dou
* Convert from CIE L*a*b* to CIE XYZ.
*
* @param L The L* component.
- * @param a The a component.
- * @param b The b component.
+ * @param a The a* component.
+ * @param b The b* component.
* @param X Output parameter for the X parameter.
* @param Y Output parameter for the Y parameter.
* @param Z Output parameter for the Z parameter.