kthread: fix spelling typo and grammar in comments
[linux-block.git] / kernel / kthread.c
index 490792b1066ec30ba8fe336243d51cc76536b8a1..08455fb48ba669576ebfba14d900fec703b38031 100644 (file)
@@ -312,10 +312,10 @@ void __noreturn kthread_exit(long result)
  * @comp: Completion to complete
  * @code: The integer value to return to kthread_stop().
  *
- * If present complete @comp and the reuturn code to kthread_stop().
+ * If present, complete @comp and then return code to kthread_stop().
  *
  * A kernel thread whose module may be removed after the completion of
- * @comp can use this function exit safely.
+ * @comp can use this function to exit safely.
  *
  * Does not return.
  */