]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: replace wrong idiom in homed comment
authorJan Engelhardt <jengelh@inai.de>
Tue, 7 Mar 2023 12:06:14 +0000 (13:06 +0100)
committerJan Engelhardt <jengelh@inai.de>
Tue, 7 Mar 2023 12:06:43 +0000 (13:06 +0100)
src/home/homework-luks.c

index 2ea9887853737b052b09df193dfe53f092c5be6b..8912b3df5241fa97072ebc11273a3d06353ea013 100644 (file)
@@ -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;