typo fix in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 13 Oct 2015 10:34:35 +0000 (12:34 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 13 Oct 2015 10:34:35 +0000 (12:34 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/switch_root.c

index a301b365b8955bce3f518e051f098fcaed6ab4b6..7960b672c19da569f4144c79e519a9cea8bb3adb 100644 (file)
@@ -206,7 +206,7 @@ because they're what all paths your process uses would be relative to.
 
 That's why the careful sequencing above: we cd into the new mount point before
 we do the mount --move.  Moving the mount point would otherwise make it
-totally inaccessible to is because cd-ing to the old path wouldn't give it to
+totally inaccessible to us because cd-ing to the old path wouldn't give it to
 us anymore, and cd "/" just gives us the cached dentry from when the process
 was created (in this case the old initramfs one).  But the "." symlink gives
 us the dentry of the filesystem we just moved, so we can then "chroot ." to