diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-10 15:32:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-10 15:36:25 +0100 |
commit | 96523e52fd0163c967d069ab3342b64d55569095 (patch) | |
tree | 881052a10e715b35d503efa329bb7e1fcb2dbd6f /src/libclut.h | |
parent | info: what the macros have in common (diff) | |
download | libclut-96523e52fd0163c967d069ab3342b64d55569095.tar.gz libclut-96523e52fd0163c967d069ab3342b64d55569095.tar.bz2 libclut-96523e52fd0163c967d069ab3342b64d55569095.tar.xz |
m + some of the macros
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | src/libclut.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libclut.h b/src/libclut.h index f994833..0601dd0 100644 --- a/src/libclut.h +++ b/src/libclut.h @@ -305,8 +305,8 @@ * This is intended for fine tuning LCD monitors, * 4.5 is good value start start testing at. * You would probably like to use rgb_limits before - * this to adjust the black point as that is the - * only why to adjust the black point on many LCD + * this to adjust the blackpoint as that is the + * only way to adjust the blackpoint on many LCD * monitors. * * None of the parameter may have side-effects. |