projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22bf8ff
)
shutdown: fix typo
author
Ulrich Ölmann
<u.oelmann@pengutronix.de>
Thu, 18 Mar 2021 08:43:13 +0000
(09:43 +0100)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Thu, 18 Mar 2021 09:43:08 +0000
(09:43 +0000)
src/shutdown/shutdown.c
patch
|
blob
|
history
diff --git
a/src/shutdown/shutdown.c
b/src/shutdown/shutdown.c
index 0d07865542e0f04759b7be6be1fb31212a0d5491..d2b162994c9fc9e605fb65cc2364851ee4c128d1 100644
(file)
--- a/
src/shutdown/shutdown.c
+++ b/
src/shutdown/shutdown.c
@@
-487,7
+487,7
@@
int main(int argc, char *argv[]) {
/* There are things we cannot get rid of. Loop one more time
* with LOG_ERR to inform the user. Note that we don't need
* to do this if there is a initrd to switch to, because that
- * one is likely to get rid of the rem
ount
ing mounts. If not,
+ * one is likely to get rid of the rem
ain
ing mounts. If not,
* it will log about them. */
umount_log_level = LOG_ERR;
continue;