aboutsummaryrefslogtreecommitdiffstats
path: root/src/libgamma-facade.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-23 16:03:39 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-23 16:03:39 +0200
commitb089c84b591d963b199febb037a015f3730aca31 (patch)
treedca814ef0a2a1e0f72aafa84a570fbb6807988a3 /src/libgamma-facade.h
parentgamma-linux-drm: get_edid (diff)
downloadlibgamma-b089c84b591d963b199febb037a015f3730aca31.tar.gz
libgamma-b089c84b591d963b199febb037a015f3730aca31.tar.bz2
libgamma-b089c84b591d963b199febb037a015f3730aca31.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-facade.h')
-rw-r--r--src/libgamma-facade.h30
1 files 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
*/