diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/blueshift_randr_c.c | 2 | ||||
-rw-r--r-- | src/blueshift_w32gdi_c.c | 2 | ||||
-rw-r--r-- | src/blueshift_w32gdi_c.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/blueshift_randr_c.c b/src/blueshift_randr_c.c index 03e96ee..19650b7 100644 --- a/src/blueshift_randr_c.c +++ b/src/blueshift_randr_c.c @@ -248,7 +248,7 @@ uint16_t* blueshift_randr_read(int use_crtc) /** * Apply stage of colour curve control * - * @param use_crtc The CRTC to use, -1 if all + * @param use_crtc The CRTC to use, -1 for all * @param r_curve The red colour curve * @param g_curve The green colour curve * @param b_curve The blue colour curve diff --git a/src/blueshift_w32gdi_c.c b/src/blueshift_w32gdi_c.c index 6b5a394..3b05569 100644 --- a/src/blueshift_w32gdi_c.c +++ b/src/blueshift_w32gdi_c.c @@ -142,7 +142,7 @@ uint16_t* blueshift_w32gdi_read(int use_crtc) /** * Apply stage of colour curve control * - * @param use_crtc The CRTC to use, -1 if all + * @param use_crtc The CRTC to use, -1 for all * @param rgb_curve The concatenation of the red, the green and the blue colour curves * @return Zero on success */ diff --git a/src/blueshift_w32gdi_c.h b/src/blueshift_w32gdi_c.h index e34bebe..4e92632 100644 --- a/src/blueshift_w32gdi_c.h +++ b/src/blueshift_w32gdi_c.h @@ -63,7 +63,7 @@ uint16_t* blueshift_w32gdi_read(int use_crtc); /** * Apply stage of colour curve control * - * @param use_crtc The CRTC to use, -1 if all + * @param use_crtc The CRTC to use, -1 for all * @param rgb_curve The concatenation of the red, the green and the blue colour curves * @return Zero on success */ |