aboutsummaryrefslogtreecommitdiffstats
path: root/src/libgamma-error.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-31 06:23:24 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-31 06:24:04 +0200
commitad916eea0752230a1c5f1b7dd30c6ceedcdce80d (patch)
tree4d32502a9fb55ed752ce3906da5b2f95900b6aac /src/libgamma-error.h
parentadd libgamma_perror (diff)
downloadlibgamma-ad916eea0752230a1c5f1b7dd30c6ceedcdce80d.tar.gz
libgamma-ad916eea0752230a1c5f1b7dd30c6ceedcdce80d.tar.bz2
libgamma-ad916eea0752230a1c5f1b7dd30c6ceedcdce80d.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-error.h')
-rw-r--r--src/libgamma-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgamma-error.h b/src/libgamma-error.h
index 44ecec4..1591fe1 100644
--- a/src/libgamma-error.h
+++ b/src/libgamma-error.h
@@ -295,7 +295,7 @@ extern const char* libgamma_group_name;
* print the name of the error. If the value `error_code`
* is the value of `LIBGAMMA_ERRNO_SET`, `perror` will be
* used to print the current error stored in `errno`.
- * If `value` is non-negative (a `errno` value`), that
+ * If `error_code` is non-negative (an `errno` value`), that
* value will be stored in `errno` and `perror` will be
* used to print it.
*