From b089c84b591d963b199febb037a015f3730aca31 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 23 May 2014 16:03:39 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libgamma-facade.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/libgamma-facade.h b/src/libgamma-facade.h index d4399b3..830278a 100644 --- a/src/libgamma-facade.h +++ b/src/libgamma-facade.h @@ -306,7 +306,7 @@ unsigned char* libgamma_unhex_edid(const char* restrict edid); * Get current the gamma ramps for a CRTC, 16-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to fill with the current values + * @param ramps The gamma ramps to fill with the current values * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -317,7 +317,7 @@ int libgamma_crtc_get_gamma_ramps(libgamma_crtc_state_t* restrict this, * Set the gamma ramps for a CRTC, 16-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -329,7 +329,7 @@ int libgamma_crtc_set_gamma_ramps(libgamma_crtc_state_t* restrict this, * Get current the gamma ramps for a CRTC, 32-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to fill with the current values + * @param ramps The gamma ramps to fill with the current values * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -340,7 +340,7 @@ int libgamma_crtc_get_gamma_ramps32(libgamma_crtc_state_t* restrict this, * Set the gamma ramps for a CRTC, 32-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -352,7 +352,7 @@ int libgamma_crtc_set_gamma_ramps32(libgamma_crtc_state_t* restrict this, * Get current the gamma ramps for a CRTC, 64-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to fill with the current values + * @param ramps The gamma ramps to fill with the current values * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -363,7 +363,7 @@ int libgamma_crtc_get_gamma_ramps64(libgamma_crtc_state_t* restrict this, * Set the gamma ramps for a CRTC, 64-bit gamma-depth version * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -375,7 +375,7 @@ int libgamma_crtc_set_gamma_ramps64(libgamma_crtc_state_t* restrict this, * Set the gamma ramps for a CRTC, `float` version * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -386,7 +386,7 @@ int libgamma_crtc_set_gamma_rampsf(libgamma_crtc_state_t* restrict this, * Get current the gamma ramps for a CRTC, `float` version * * @param this The CRTC state - * @parma ramps The gamma ramps to fill with the current values + * @param ramps The gamma ramps to fill with the current values * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -398,7 +398,7 @@ int libgamma_crtc_get_gamma_rampsf(libgamma_crtc_state_t* restrict this, * Get current the gamma ramps for a CRTC, `double` version * * @param this The CRTC state - * @parma ramps The gamma ramps to fill with the current values + * @param ramps The gamma ramps to fill with the current values * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -409,7 +409,7 @@ int libgamma_crtc_get_gamma_rampsd(libgamma_crtc_state_t* restrict this, * Set the gamma ramps for a CRTC, `double` version * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -423,7 +423,7 @@ int libgamma_crtc_set_gamma_rampsd(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -438,7 +438,7 @@ int libgamma_crtc_set_gamma_ramps_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -453,7 +453,7 @@ int libgamma_crtc_set_gamma_ramps32_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -468,7 +468,7 @@ int libgamma_crtc_set_gamma_ramps64_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ @@ -483,7 +483,7 @@ int libgamma_crtc_set_gamma_rampsf_f(libgamma_crtc_state_t* restrict this, * Note that this will probably involve the library allocating temporary data * * @param this The CRTC state - * @parma ramps The gamma ramps to apply + * @param ramps The gamma ramps to apply * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library */ -- cgit v1.2.3-70-g09d2