aboutsummaryrefslogtreecommitdiffstats
path: root/src/err/errx.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-25 10:30:37 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-25 10:30:37 +0100
commit6d5de56e7e92ef747ff589a2b9d616361e1ef55f (patch)
tree45cf33407848fd7e25c3794ab82d9162810b8e58 /src/err/errx.c
parentadd S_IRALL, S_IWALL, S_IXALL, and S_ISALL (diff)
downloadslibc-6d5de56e7e92ef747ff589a2b9d616361e1ef55f.tar.gz
slibc-6d5de56e7e92ef747ff589a2b9d616361e1ef55f.tar.bz2
slibc-6d5de56e7e92ef747ff589a2b9d616361e1ef55f.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/err/errx.c')
-rw-r--r--src/err/errx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/err/errx.c b/src/err/errx.c
index c8e11c9..d29f849 100644
--- a/src/err/errx.c
+++ b/src/err/errx.c
@@ -28,7 +28,7 @@
*
* @etymology (`err`), [x=](lesser variant).
*
- * @parma status The exit status the process should have.
+ * @param status The exit status the process should have.
* @param format Formatting-string for the warning.
* @param ... Formatting-arguments.
*/