summaryrefslogtreecommitdiffstats
path: root/src/locale
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-10-30 15:07:59 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-10-31 09:15:21 +0100
commit2bd4959028e25cd5430dccafb2bcb98f7ec4866a (patch)
treed56b80f505f4a1ca4ff2996e191ec524ccae2967 /src/locale
parentlocale,firstboot: add headers to vconsole.conf (diff)
downloadsystemd-2bd4959028e25cd5430dccafb2bcb98f7ec4866a.tar.xz
systemd-2bd4959028e25cd5430dccafb2bcb98f7ec4866a.zip
locale: drop implementation detail from comment in config file
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/localed-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localed-util.c b/src/locale/localed-util.c
index 199f05b917..e4e57a0f4a 100644
--- a/src/locale/localed-util.c
+++ b/src/locale/localed-util.c
@@ -568,7 +568,7 @@ int x11_write_data(Context *c) {
fputs("# Written by systemd-localed(8), read by systemd-localed and Xorg. It's\n"
"# probably wise not to edit this file manually. Use localectl(1) to\n"
- "# instruct systemd-localed to update it.\n"
+ "# update this file.\n"
"Section \"InputClass\"\n"
" Identifier \"system-keyboard\"\n"
" MatchIsKeyboard \"on\"\n", f);