aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/gamma-helper.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-02 07:12:25 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-02 07:12:25 +0200
commit02e78e770e6da1cd10c7d58c990ecc5ea7e4895f (patch)
tree583ad7b2472cab80719c47cf9231b41ff5190ca9 /src/lib/gamma-helper.h
parentLIBGAMMA_ERRNO_SET should have value -1 functions returning -1 on error can be parsed as if they returned a libgamma error code (diff)
downloadlibgamma-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-helper.h')
-rw-r--r--src/lib/gamma-helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/gamma-helper.h b/src/lib/gamma-helper.h
index 6bc8fd2..a15bf6b 100644
--- a/src/lib/gamma-helper.h
+++ b/src/lib/gamma-helper.h
@@ -85,7 +85,7 @@ typedef int libgamma_set_ramps_any_fun(libgamma_crtc_state_t* restrict this,
/**
- * Get current the gamma ramps for a CRTC, re-encoding versio.n
+ * Get the current gamma ramps for a CRTC, re-encoding versio.n
*
* @param this The CRTC state.
* @param ramps The gamma ramps to fill with the current values.
@@ -125,7 +125,7 @@ typedef int libgamma_set_ramps_any_fun(libgamma_crtc_state_t* restrict this,
/**
- * Get current the gamma ramps for a CRTC, re-encoding version.
+ * Get the current gamma ramps for a CRTC, re-encoding version.
*
* @param this The CRTC state.
* @param ramps The gamma ramps to fill with the current values.