diff options
Diffstat (limited to '')
-rw-r--r-- | common/sysutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sysutils.c b/common/sysutils.c index d82eb8e26..0f7b7f5cf 100644 --- a/common/sysutils.c +++ b/common/sysutils.c @@ -628,7 +628,7 @@ gnupg_mkdir (const char *name, const char *modestr) } -/* A wrapper around mkdir which takes a string for the mode argument. +/* A wrapper around chmod which takes a string for the mode argument. This makes it easier to handle the mode argument which is not defined on all systems. The format of the modestring is the same as for gnupg_mkdir. */ |