diff options
author | Randy Dunlap <[email protected]> | 2020-04-13 09:14:35 -0700 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2020-05-18 12:41:32 +0200 |
commit | c1a371cf80fbc06280cc0064ca99a39d0428ded3 (patch) | |
tree | 1ca4df0bc58d723d45c9c868450fbf23ea535799 | |
parent | 20607434113b8f7d74cfc98e27a4199535c1d4fa (diff) |
printk: fix global comment
Fix typo/spello.
Signed-off-by: Randy Dunlap <[email protected]>
Reviewed-by: Sergey Senozhatsky <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r-- | kernel/printk/printk_safe.c | 2 |
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. |