summaryrefslogtreecommitdiff
path: root/src/home
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2023-03-07 13:06:14 +0100
committerJan Engelhardt <jengelh@inai.de>2023-03-07 13:06:43 +0100
commite6faa51a8498b36953620a37bab3ce009353c21a (patch)
tree276fa080208838bfc98a61b27ad21f2b27389047 /src/home
parent3ff1721c219479ec51479970f1d81a3aa17e9b50 (diff)
downloadsystemd-e6faa51a8498b36953620a37bab3ce009353c21a.tar.gz
doc: replace wrong idiom in homed comment
Diffstat (limited to 'src/home')
-rw-r--r--src/home/homework-luks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/home/homework-luks.c b/src/home/homework-luks.c
index 2ea9887853..8912b3df52 100644
--- a/src/home/homework-luks.c
+++ b/src/home/homework-luks.c
@@ -2980,8 +2980,8 @@ static int resize_fs_loop(
return r;
/* For now, when we fail to shrink an ext4 image we'll not try again via the
- * bisection logic. We might add that later, but give this involves shelling out
- * multiple programs it's a bit too cumbersome to my taste. */
+ * bisection logic. We might add that later, but given this involves shelling out
+ * multiple programs, it's a bit too cumbersome for my taste. */
worked = true;
current_fs_size = try_fs_size;