diff options
Diffstat (limited to 'src/core/shutdown.c')
-rw-r--r-- | src/core/shutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/shutdown.c b/src/core/shutdown.c index 1c2bf372b5..78dccfb724 100644 --- a/src/core/shutdown.c +++ b/src/core/shutdown.c @@ -116,7 +116,7 @@ static int pivot_to_new_root(void) { if (pivot_root(".", "oldroot") < 0) { log_error("pivot failed: %m"); - /* only chroot if pivot root succeded */ + /* only chroot if pivot root succeeded */ return -errno; } |