From: Jan Engelhardt Date: Tue, 7 Mar 2023 12:06:14 +0000 (+0100) Subject: doc: replace wrong idiom in homed comment X-Git-Tag: v254-rc1~1100^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6faa51a8498b36953620a37bab3ce009353c21a;p=thirdparty%2Fsystemd.git doc: replace wrong idiom in homed comment --- diff --git a/src/home/homework-luks.c b/src/home/homework-luks.c index 2ea98878537..8912b3df524 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;