diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-25 10:30:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-25 10:30:37 +0100 |
commit | 6d5de56e7e92ef747ff589a2b9d616361e1ef55f (patch) | |
tree | 45cf33407848fd7e25c3794ab82d9162810b8e58 /src/slibc-human | |
parent | add S_IRALL, S_IWALL, S_IXALL, and S_ISALL (diff) | |
download | slibc-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/slibc-human')
-rw-r--r-- | src/slibc-human/machinemode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slibc-human/machinemode.c b/src/slibc-human/machinemode.c index da23662..af8c4bb 100644 --- a/src/slibc-human/machinemode.c +++ b/src/slibc-human/machinemode.c @@ -52,7 +52,7 @@ /** * Store permission bits. * - * @parma S:char Character representing the bits to set. + * @param S:char Character representing the bits to set. * @param V:mode_t The variables for the permissions. * @param U:int type First-level index in `bits` for the user. */ |