]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mount-util: fix typo main
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 Dec 2025 02:20:07 +0000 (11:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 Dec 2025 02:20:29 +0000 (11:20 +0900)
Follow-up for 273c6bc045fdfa50c693d0b88ec2a4cbc9258329.

src/shared/mount-util.c

index 448a75c3315372c48171db3e365bc3ad485ec59c..ca383f68ba43b20dba46e942e524f2b8951adcac 100644 (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