mount-util: fix typo

Follow-up for 273c6bc045.
This commit is contained in:
Yu Watanabe
2025-12-15 11:20:07 +09:00
parent 82e3f6c5f9
commit 2960889a2c

View File

@@ -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