summaryrefslogtreecommitdiff
path: root/src/shutdown
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 21:26:47 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-30 23:33:00 +0900
commit387f695526c5b6028230da2e9039bca59388fd62 (patch)
tree65945517b2f0b85f63e3407e4f8d1f93f4dbcf4a /src/shutdown
parent3d62af7d235552af5ea9ec0a812cc522f6516574 (diff)
downloadsystemd-387f695526c5b6028230da2e9039bca59388fd62.tar.gz
tree-wide: "a" -> "an"
Diffstat (limited to 'src/shutdown')
-rw-r--r--src/shutdown/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/shutdown.c b/src/shutdown/shutdown.c
index 29b24906a6..a98cfc4d8a 100644
--- a/src/shutdown/shutdown.c
+++ b/src/shutdown/shutdown.c
@@ -489,7 +489,7 @@ int main(int argc, char *argv[]) {
if (!changed && umount_log_level == LOG_INFO && !can_initrd) {
/* 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
+ * to do this if there is an initrd to switch to, because that
* one is likely to get rid of the remaining mounts. If not,
* it will log about them. */
umount_log_level = LOG_ERR;