powerpc/watchdog: fix typo 'can by' to 'can be'
authorWolfram Sang <[email protected]>
Sun, 6 May 2018 11:23:46 +0000 (13:23 +0200)
committerMichael Ellerman <[email protected]>
Thu, 10 May 2018 13:25:05 +0000 (23:25 +1000)
Signed-off-by: Wolfram Sang <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
arch/powerpc/kernel/watchdog.c

index 6256dc3b0087d2967b8453bd7cd6658d09018d7c..591f7c3af4ffcdae9bb180e6ed127071d0047acc 100644 (file)
@@ -64,7 +64,7 @@
  * means the CPU(s) with their bit still set in the pending mask have had
  * their heartbeat stop, and action is taken.
  *
- * Some platforms implement true NMI IPIs, which can by used by the SMP
+ * Some platforms implement true NMI IPIs, which can be used by the SMP
  * watchdog to detect an unresponsive CPU and pull it out of its stuck
  * state with the NMI IPI, to get crash/debug data from it. This way the
  * SMP watchdog can detect hardware interrupts off lockups.