]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/main.c
codespell: fix spelling errors
[thirdparty/systemd.git] / src / core / main.c
index f80f32183d7fc9de45cf7579f521865a4c00efe0..e34da119846cbcb8a6f07bab14cf1163033be7cc 100644 (file)
@@ -1823,7 +1823,7 @@ static void do_reexecute(
         args[i++] = NULL;
         assert(i <= args_size);
 
-        /* Reenable any blocked signals, especially important if we switch from initial ramdisk to init=... */
+        /* Re-enable any blocked signals, especially important if we switch from initial ramdisk to init=... */
         (void) reset_all_signal_handlers();
         (void) reset_signal_mask();
         (void) rlimit_nofile_safe();
@@ -2062,7 +2062,7 @@ static int initialize_runtime(
                 return 0;
 
         if (arg_system) {
-                /* Make sure we leave a core dump without panicing the kernel. */
+                /* Make sure we leave a core dump without panicking the kernel. */
                 install_crash_handler();
 
                 if (!skip_setup) {