diff options
Diffstat (limited to 'src/lib/gamma-helper.h')
-rw-r--r-- | src/lib/gamma-helper.h | 4 |
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. |