diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-02 07:12:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-02 07:12:25 +0200 |
commit | 02e78e770e6da1cd10c7d58c990ecc5ea7e4895f (patch) | |
tree | 583ad7b2472cab80719c47cf9231b41ff5190ca9 /src/lib/gamma-dummy.h | |
parent | LIBGAMMA_ERRNO_SET should have value -1 functions returning -1 on error can be parsed as if they returned a libgamma error code (diff) | |
download | libgamma-02e78e770e6da1cd10c7d58c990ecc5ea7e4895f.tar.gz libgamma-02e78e770e6da1cd10c7d58c990ecc5ea7e4895f.tar.bz2 libgamma-02e78e770e6da1cd10c7d58c990ecc5ea7e4895f.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib/gamma-dummy.h')
-rw-r--r-- | src/lib/gamma-dummy.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/gamma-dummy.h b/src/lib/gamma-dummy.h index 931e0ff..65a9ca6 100644 --- a/src/lib/gamma-dummy.h +++ b/src/lib/gamma-dummy.h @@ -136,7 +136,7 @@ int libgamma_dummy_get_crtc_information(libgamma_crtc_information_t* restrict th libgamma_crtc_state_t* restrict crtc, int32_t fields); /** - * Get current the gamma ramps for a CRTC, 8-bit gamma-depth version. + * Get the current gamma ramps for a CRTC, 8-bit gamma-depth version. * * @param this The CRTC state. * @param ramps The gamma ramps to fill with the current values. @@ -159,7 +159,7 @@ int libgamma_dummy_crtc_set_gamma_ramps8(libgamma_crtc_state_t* restrict this, /** - * Get current the gamma ramps for a CRTC, 16-bit gamma-depth version. + * Get the current gamma ramps for a CRTC, 16-bit gamma-depth version. * * @param this The CRTC state. * @param ramps The gamma ramps to fill with the current values. @@ -182,7 +182,7 @@ int libgamma_dummy_crtc_set_gamma_ramps16(libgamma_crtc_state_t* restrict this, /** - * Get current the gamma ramps for a CRTC, 32-bit gamma-depth version. + * Get the current gamma ramps for a CRTC, 32-bit gamma-depth version. * * @param this The CRTC state. * @param ramps The gamma ramps to fill with the current values. @@ -205,7 +205,7 @@ int libgamma_dummy_crtc_set_gamma_ramps32(libgamma_crtc_state_t* restrict this, /** - * Get current the gamma ramps for a CRTC, 64-bit gamma-depth version. + * Get the current gamma ramps for a CRTC, 64-bit gamma-depth version. * * @param this The CRTC state. * @param ramps The gamma ramps to fill with the current values. @@ -228,7 +228,7 @@ int libgamma_dummy_crtc_set_gamma_ramps64(libgamma_crtc_state_t* restrict this, /** - * Get current the gamma ramps for a CRTC, `float` version. + * Get the current gamma ramps for a CRTC, `float` version. * * @param this The CRTC state. * @param ramps The gamma ramps to fill with the current values. @@ -250,7 +250,7 @@ int libgamma_dummy_crtc_set_gamma_rampsf(libgamma_crtc_state_t* restrict this, libgamma_gamma_rampsf_t ramps); /** - * Get current the gamma ramps for a CRTC, `double` version. + * Get the current gamma ramps for a CRTC, `double` version. * * @param this The CRTC state. * @param ramps The gamma ramps to fill with the current values. |