systemctl: fix typo

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-10-16 10:38:19 +02:00
parent b921711248
commit f03ec2b180
1 changed files with 1 additions and 1 deletions

View 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();