X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fshutdown.c;h=6492b19774e6567c1d9eb57962e9689c55ac1b36;hb=f131770b1465fbf423881f16ba85523a05f846fe;hp=def20f50228657f3dbdc107e8cfa8a948e1e12f2;hpb=fd51179d5c6c693a0841db5af0404a45fd9e9845;p=elogind.git diff --git a/src/core/shutdown.c b/src/core/shutdown.c index def20f502..6492b1977 100644 --- a/src/core/shutdown.c +++ b/src/core/shutdown.c @@ -144,7 +144,7 @@ static int switch_root_initramfs(void) { if (mount(NULL, "/run/initramfs", NULL, MS_PRIVATE, NULL) < 0) return log_error_errno(errno, "Failed to make /run/initramfs private mount: %m"); - /* switch_root with MS_BIND, because there might still be processes lurking around, which have open file desriptors. + /* switch_root with MS_BIND, because there might still be processes lurking around, which have open file descriptors. * /run/initramfs/shutdown will take care of these. * Also do not detach the old root, because /run/initramfs/shutdown needs to access it. */