diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-01 21:57:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-01 21:57:45 +0200 |
commit | 8e72bb0795378be82504eea6fbac5591eaecb71d (patch) | |
tree | 7a987f51590fa38a9e5b2f6b362fa4f2956a3489 /src/lib | |
parent | m (diff) | |
download | libgamma-8e72bb0795378be82504eea6fbac5591eaecb71d.tar.gz libgamma-8e72bb0795378be82504eea6fbac5591eaecb71d.tar.bz2 libgamma-8e72bb0795378be82504eea6fbac5591eaecb71d.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libgamma-error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libgamma-error.h b/src/lib/libgamma-error.h index 419985f..7e8dd2d 100644 --- a/src/lib/libgamma-error.h +++ b/src/lib/libgamma-error.h @@ -370,7 +370,7 @@ const char* libgamma_name_of_error(int value) __attribute__((const)); * Return the value of a `libgamma` error definition refered to by name. * * @param name The name of the definition associated with the error code. - * @return The error code, zero if the name does is `NULL` + * @return The error code, zero if the name is `NULL` * or does not refer to a `libgamma` error. */ int libgamma_value_of_error(const char* name) __attribute__((const)); |