Comment fix
authorEli Zrihen <ezrihen@gmail.com>
Wed, 23 Jun 2021 11:51:34 +0000 (14:51 +0300)
committerEli Zrihen <ezrihen@gmail.com>
Wed, 23 Jun 2021 11:51:34 +0000 (14:51 +0300)
mnt.cc

diff --git a/mnt.cc b/mnt.cc
index e99f4d83d9a26e21d8b0c6a2007ea51afdf2009e..4b2ed2fd487ea8c6b934188d2a5c4a6c348f0085 100644 (file)
--- a/mnt.cc
+++ b/mnt.cc
@@ -424,7 +424,7 @@ static bool initCloneNs(nsjconf_t* nsjconf) {
         * operation is forbidden. There are systems (mainly embedded) that keep their root
         * file system in RAM, when initially loaded by the kernel (e.g. initramfs),
         * and there is no other file system that is mounted on top of it.In such systems,
-        * there is option to pivot_root!
+        * there is no option to pivot_root!
         * For more information, see kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt.
         * switch_root alternative:
         * Innstead of un-mounting the old rootfs, it is over mounted by moving the new root to it.