summaryrefslogtreecommitdiffstats
path: root/src/journal/journald-kmsg.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-16 17:50:21 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-16 18:00:40 +0200
commit162392b75a0d23a40112f72e07100a8fe3f3d7cc (patch)
treeccbaee832f4cd62c53c246377ebfa0b05e924677 /src/journal/journald-kmsg.c
parentnetwork: Allow DHCPv6 client to be started even if no O or M bit in RA. (diff)
downloadsystemd-162392b75a0d23a40112f72e07100a8fe3f3d7cc.tar.xz
systemd-162392b75a0d23a40112f72e07100a8fe3f3d7cc.zip
tree-wide: spellcheck using codespell
Fixes #15436.
Diffstat (limited to 'src/journal/journald-kmsg.c')
-rw-r--r--src/journal/journald-kmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journald-kmsg.c b/src/journal/journald-kmsg.c
index ec404145ee..95aaf87876 100644
--- a/src/journal/journald-kmsg.c
+++ b/src/journal/journald-kmsg.c
@@ -423,7 +423,7 @@ int server_open_kernel_seqnum(Server *s) {
assert(s);
- /* We store the seqnum we last read in an mmaped file. That way we can just use it like a variable,
+ /* We store the seqnum we last read in an mmapped file. That way we can just use it like a variable,
* but it is persistent and automatically flushed at reboot. */
if (!s->read_kmsg)