diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-02-15 09:00:00 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-02-15 11:41:03 +0100 |
commit | 30fd9a2dabb81cf7b65aba48b684f1178d9fd879 (patch) | |
tree | 8aac1819f81a8807177371c2153064dc7a974d75 /src/home | |
parent | src: fix several typos in log messages (diff) | |
download | systemd-30fd9a2dabb81cf7b65aba48b684f1178d9fd879.tar.xz systemd-30fd9a2dabb81cf7b65aba48b684f1178d9fd879.zip |
treewide: fix a few typos in NEWS, docs and comments
Diffstat (limited to 'src/home')
-rw-r--r-- | src/home/homed-home.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homed-home.c b/src/home/homed-home.c index c2514aafc9..e6b7740600 100644 --- a/src/home/homed-home.c +++ b/src/home/homed-home.c @@ -2242,7 +2242,7 @@ static int home_get_disk_status_luks( * that case the image is pre-allocated and thus appears all used from the host PoV but is not used * up at all yet from the user's PoV. * - * That said, we use use the stat() reported loopback file size as upper boundary: our footprint can + * That said, we use the stat() reported loopback file size as upper boundary: our footprint can * never be larger than what we take up on the lowest layers. */ if (disk_size != UINT64_MAX && disk_size > disk_free) { |