From 2960889a2c0086ffff5f00c527c98a1d077fa1f4 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 15 Dec 2025 11:20:07 +0900 Subject: [PATCH] mount-util: fix typo Follow-up for 273c6bc045fdfa50c693d0b88ec2a4cbc9258329. --- src/shared/mount-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3