aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-02 23:04:32 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-02 23:18:31 +0200
commit766f4d61f579f9679798bf18f3fea486bad03521 (patch)
treea86d1ae836894196a01ef789dd7e749d0d920d9a /src/lib
parentinfo: select and init site, partition and crtc (diff)
downloadlibgamma-766f4d61f579f9679798bf18f3fea486bad03521.tar.gz
libgamma-766f4d61f579f9679798bf18f3fea486bad03521.tar.bz2
libgamma-766f4d61f579f9679798bf18f3fea486bad03521.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libgamma-facade.c.gpp4
-rw-r--r--src/lib/libgamma-facade.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libgamma-facade.c.gpp b/src/lib/libgamma-facade.c.gpp
index 1466f59..038fad4 100644
--- a/src/lib/libgamma-facade.c.gpp
+++ b/src/lib/libgamma-facade.c.gpp
@@ -155,7 +155,7 @@ static int libgamma_list_method_test(int method, int operation)
/**
* List available adjustment methods by their order of preference based on the environment.
*
- * @param methods Output array of methods, should be able to hold `LIBGAMMA_METHOD_COUNT` elements
+ * @param methods Output array of methods, should be able to hold `LIBGAMMA_METHOD_COUNT` elements.
* @param buf_size The number of elements that fits in `methods`, it should be `LIBGAMMA_METHOD_COUNT`,
* This is used to avoid writing outside the output buffer if this library adds new
* adjustment methods without the users of the library recompiling.
@@ -167,7 +167,7 @@ static int libgamma_list_method_test(int method, int operation)
* 4: All methods.
* Other values invoke undefined behaviour.
* @return The number of element that have been stored in `methods`, or should
- * have been stored if the buffer was large enought.
+ * have been stored if the buffer was large enough.
*/
size_t libgamma_list_methods(int* restrict methods, size_t buf_size, int operation)
{
diff --git a/src/lib/libgamma-facade.h b/src/lib/libgamma-facade.h
index 4385d08..ead4960 100644
--- a/src/lib/libgamma-facade.h
+++ b/src/lib/libgamma-facade.h
@@ -76,7 +76,7 @@ typedef double libgamma_gamma_rampsd_fun(double encoding);
/**
* List available adjustment methods by their order of preference based on the environment.
*
- * @param methods Output array of methods, should be able to hold `LIBGAMMA_METHOD_COUNT` elements
+ * @param methods Output array of methods, should be able to hold `LIBGAMMA_METHOD_COUNT` elements.
* @param buf_size The number of elements that fits in `methods`, it should be `LIBGAMMA_METHOD_COUNT`,
* This is used to avoid writing outside the output buffer if this library adds new
* adjustment methods without the users of the library recompiling.
@@ -88,7 +88,7 @@ typedef double libgamma_gamma_rampsd_fun(double encoding);
* 4: All methods.
* Other values invoke undefined behaviour.
* @return The number of element that have been stored in `methods`, or should
- * have been stored if the buffer was large enought.
+ * have been stored if the buffer was large enough.
*/
size_t libgamma_list_methods(int* restrict methods, size_t buf_size, int operation);