diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-04 06:58:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-04 06:58:39 +0200 |
commit | 547bd3b12b6695dbe8cc076cfeae058751ebafc7 (patch) | |
tree | a96160e232d5ffe833e62ef10a6baa9b85c97727 | |
parent | stylo (diff) | |
download | libgamma-547bd3b12b6695dbe8cc076cfeae058751ebafc7.tar.gz libgamma-547bd3b12b6695dbe8cc076cfeae058751ebafc7.tar.bz2 libgamma-547bd3b12b6695dbe8cc076cfeae058751ebafc7.tar.xz |
stylo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/lib/libgamma-method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h index 5f9cc1f..7d73191 100644 --- a/src/lib/libgamma-method.h +++ b/src/lib/libgamma-method.h @@ -499,7 +499,7 @@ typedef enum libgamma_subpixel_order /** * For a `libgamma_crtc_information_t` fill in the * values for `red_gamma_size`, `green_gamma_size` and `blue_gamma_size`. - * and report errors to `gamma_size_error` + * and report errors to `gamma_size_error`. */ #define LIBGAMMA_CRTC_INFO_GAMMA_SIZE (1 << 5) |