From: Yu Watanabe Date: Mon, 15 Dec 2025 02:20:07 +0000 (+0900) Subject: mount-util: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fsystemd.git mount-util: fix typo Follow-up for 273c6bc045fdfa50c693d0b88ec2a4cbc9258329. --- diff --git a/src/shared/mount-util.c b/src/shared/mount-util.c index 448a75c3315..ca383f68ba4 100644 --- a/src/shared/mount-util.c +++ b/src/shared/mount-util.c @@ -1430,7 +1430,7 @@ int mount_fd_clone(int mount_fd, bool recursive, int *replacement_fd) { assert(mount_fd >= 0); - /* If the input mount fd is supposed to remain clonable after calling this function, call it as + /* If the input mount fd is supposed to remain cloneable after calling this function, call it as * follows: mount_fd_clone(mount_fd, recursive, &mount_fd). */ /* Clone a detached mount (that may be owned by a foreign mountns, e.g. mountfsd's). For this to