diff options
author | 2018-12-11 19:12:38 +0100 | |
---|---|---|
committer | 2018-12-11 22:20:07 +0100 | |
commit | d7ef12572671545e8871e7aaa4d372f620a6c9d6 (patch) | |
tree | 24147ae51a62f5d972e15f4d7b8d591eb6e84eb2 /src | |
parent | man: rewrite the general description of tmpfiles (diff) | |
download | systemd-d7ef12572671545e8871e7aaa4d372f620a6c9d6.tar.gz systemd-d7ef12572671545e8871e7aaa4d372f620a6c9d6.tar.bz2 systemd-d7ef12572671545e8871e7aaa4d372f620a6c9d6.zip |
core: fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/core/dynamic-user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dynamic-user.c b/src/core/dynamic-user.c index c47d1740c..889492aee 100644 --- a/src/core/dynamic-user.c +++ b/src/core/dynamic-user.c @@ -178,7 +178,7 @@ static int pick_uid(char **suggested_paths, const char *name, uid_t *ret_uid) { * * 1. Initially, we try to read the UID of a number of specified paths. If any of these UIDs works, we use * them. We use in order to increase the chance of UID reuse, if StateDirectory=, CacheDirectory= or - * LogDirectory= are used, as reusing the UID these directories are owned by saves us from having to + * LogsDirectory= are used, as reusing the UID these directories are owned by saves us from having to * recursively chown() them to new users. * * 2. If that didn't yield a currently unused UID, we hash the user name, and try to use that. This should be |