[PATCH] smp: fix a comment typo.

From: Peter Oskolkov
Date: Wed May 27 2020 - 13:23:07 EST


Fix a typo in a comment.

Signed-off-by: Peter Oskolkov <posk@xxxxxxx>
---
include/linux/smp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/smp.h b/include/linux/smp.h
index cbc9162689d0..bb25075a981d 100644
--- a/include/linux/smp.h
+++ b/include/linux/smp.h
@@ -182,7 +182,7 @@ static inline int get_boot_cpu_id(void)
/**
* raw_processor_id() - get the current (unstable) CPU id
*
- * For then you know what you are doing and need an unstable
+ * For when you know what you are doing and need an unstable
* CPU id.
*/

--
2.25.1