1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

doc: replace wrong idiom in homed comment

This commit is contained in:
Jan Engelhardt 2023-03-07 13:06:14 +01:00
parent 3ff1721c21
commit e6faa51a84

View 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;