]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl: fix typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 16 Oct 2018 08:38:19 +0000 (10:38 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 16 Oct 2018 21:03:52 +0000 (23:03 +0200)
src/systemctl/systemctl.c

index be1b7375afa17d2ac5af5c81244b0ed4440af766..cc5b1a9ea090d5f551deaa061b61f90d27a6232a 100644 (file)
@@ -8449,7 +8449,7 @@ static int start_with_fallback(void) {
 
 static int halt_now(enum action a) {
         /* The kernel will automatically flush ATA disks and suchlike on reboot(), but the file systems need to be
-         * synce'd explicitly in advance. */
+         * synced explicitly in advance. */
         if (!arg_no_sync && !arg_dry_run)
                 (void) sync();