chiark / gitweb /
tree-wide: spelling fixes
[elogind.git] / src / core / shutdown.c
index def20f50228657f3dbdc107e8cfa8a948e1e12f2..6492b19774e6567c1d9eb57962e9689c55ac1b36 100644 (file)
@@ -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.
          */