summaryrefslogtreecommitdiff
path: root/src/home
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-02-15 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-02-15 10:41:03 +0000
commit30fd9a2dabb81cf7b65aba48b684f1178d9fd879 (patch)
tree8aac1819f81a8807177371c2153064dc7a974d75 /src/home
parent8d3473f01d7ccdbc456f56c7797f4d164f5eb7a0 (diff)
downloadsystemd-30fd9a2dabb81cf7b65aba48b684f1178d9fd879.tar.gz
treewide: fix a few typos in NEWS, docs and comments
Diffstat (limited to 'src/home')
-rw-r--r--src/home/homed-home.c2
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) {