summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
authorRuediger Meier2018-02-15 22:02:18 +0100
committerRuediger Meier2018-02-16 11:12:52 +0100
commit73afd3f8e8793844e8e53f69d819ca740cdfc889 (patch)
tree7f6748bf84ba5940af9a115bba26c3298c951833 /sys-utils/dmesg.c
parentlsns: fix clang compiler warning (diff)
downloadkernel-qcow2-util-linux-73afd3f8e8793844e8e53f69d819ca740cdfc889.tar.gz
kernel-qcow2-util-linux-73afd3f8e8793844e8e53f69d819ca740cdfc889.tar.xz
kernel-qcow2-util-linux-73afd3f8e8793844e8e53f69d819ca740cdfc889.zip
misc: fix typos using codespell
Some more funny typos, please review carefully. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'sys-utils/dmesg.c')
-rw-r--r--sys-utils/dmesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index 0e2fad658..22c381c1d 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -1194,7 +1194,7 @@ mesg:
/* The message text is terminated by \n, but it's possible that the
* message contains another stuff behind this linebreak; in this case
* the previous skip_item() returns pointer to the stuff behind \n.
- * Let's notmalize all these sitations and make sure we always point to
+ * Let's normalize all these situations and make sure we always point to
* the \n.
*
* Note that the next unhexmangle_to_buffer() will replace \n by \0.