summaryrefslogtreecommitdiff
path: root/src/home/homework-luks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/home/homework-luks.c')
-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;