summaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk_safe.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-04-13 09:14:35 -0700
committerJiri Kosina <jkosina@suse.cz>2020-05-18 12:41:32 +0200
commitc1a371cf80fbc06280cc0064ca99a39d0428ded3 (patch)
tree1ca4df0bc58d723d45c9c868450fbf23ea535799 /kernel/printk/printk_safe.c
parent20607434113b8f7d74cfc98e27a4199535c1d4fa (diff)
downloadlinux-c1a371cf80fbc06280cc0064ca99a39d0428ded3.tar.bz2
printk: fix global comment
Fix typo/spello. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/printk/printk_safe.c')
-rw-r--r--kernel/printk/printk_safe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/printk/printk_safe.c b/kernel/printk/printk_safe.c
index b4045e782743..08a8bf778990 100644
--- a/kernel/printk/printk_safe.c
+++ b/kernel/printk/printk_safe.c
@@ -20,7 +20,7 @@
* is later flushed into the main ring buffer via IRQ work.
*
* The alternative implementation is chosen transparently
- * by examinig current printk() context mask stored in @printk_context
+ * by examining current printk() context mask stored in @printk_context
* per-CPU variable.
*
* The implementation allows to flush the strings also from another CPU.