From: Randy Dunlap Date: Mon, 13 Apr 2020 16:14:35 +0000 (-0700) Subject: printk: fix global comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c1a371cf80fbc06280cc0064ca99a39d0428ded3;p=linux.git printk: fix global comment Fix typo/spello. Signed-off-by: Randy Dunlap Reviewed-by: Sergey Senozhatsky Signed-off-by: Jiri Kosina --- diff --git a/kernel/printk/printk_safe.c b/kernel/printk/printk_safe.c index b4045e7827431..08a8bf7789906 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.