diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-15 21:06:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-15 21:06:24 +0200 |
commit | 3af4683d73ad1e521132f4aec51e57a3891ddc09 (patch) | |
tree | 35d84ea9bb3e38ce74d955ac0b34cb04cd8f7bf3 /src/blueshift_randr_c.c | |
parent | canniablise my fake windows patch for redshift (diff) | |
download | blueshift-3af4683d73ad1e521132f4aec51e57a3891ddc09.tar.gz blueshift-3af4683d73ad1e521132f4aec51e57a3891ddc09.tar.bz2 blueshift-3af4683d73ad1e521132f4aec51e57a3891ddc09.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/blueshift_randr_c.c')
-rw-r--r-- | src/blueshift_randr_c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift_randr_c.c b/src/blueshift_randr_c.c index 16c8119..03e96ee 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 of all + * @param use_crtc The CRTC to use, -1 if all * @param r_curve The red colour curve * @param g_curve The green colour curve * @param b_curve The blue colour curve |