diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-01 14:10:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 14:10:55 +0200 |
commit | 17bd68ca74063943fa325a11022db4af5ef99bf1 (patch) | |
tree | 85edea16d2e6b3e92a6763583072628fb60632a0 /src/shared | |
parent | test-sizeof: let's be a tiny bit more careful when using glibc internal types (diff) | |
parent | test-bus-server: simplify return value handling (diff) | |
download | systemd-17bd68ca74063943fa325a11022db4af5ef99bf1.tar.xz systemd-17bd68ca74063943fa325a11022db4af5ef99bf1.zip |
Merge pull request #27874 from keszybz/test-bus-server-shortening
Simplify the code in test-bus-server
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/base-filesystem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/base-filesystem.c b/src/shared/base-filesystem.c index 0244c92c79..d4c27556b2 100644 --- a/src/shared/base-filesystem.c +++ b/src/shared/base-filesystem.c @@ -43,7 +43,7 @@ static const BaseFilesystem table[] = { { "run", 0555, NULL, NULL, true }, /* We don't add /tmp/ here for now (even though it's necessary for regular operation), because we * want to support both cases where /tmp/ is a mount of its own (in which case we probably should set - * the mode to 1555, to indicate that noone should write to it, not even root) and when it's part of + * the mode to 1555, to indicate that no one should write to it, not even root) and when it's part of * the rootfs (in which case we should set mode 1777), and we simply don't know what's right. */ /* Various architecture ABIs define the path to the dynamic loader via the /lib64/ subdirectory of |