]> git.ipfire.org Git - people/ms/linux.git/commitdiff
stop_machine.h: "disables preeempt" -> "disables preemption"
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sun, 19 Jun 2011 09:50:22 +0000 (11:50 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 20 Jun 2011 13:52:33 +0000 (15:52 +0200)
Use the noun instead of a misspelled verb.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/stop_machine.h

index 092dc9b1ce7d2b507880b9c6e24d0415662a027c..2d3f0b1b054cb75285a55f44ce8adfb20a4d1308 100644 (file)
@@ -94,7 +94,7 @@ static inline int try_stop_cpus(const struct cpumask *cpumask,
  * stop_machine "Bogolock": stop the entire machine, disable
  * interrupts.  This is a very heavy lock, which is equivalent to
  * grabbing every spinlock (and more).  So the "read" side to such a
- * lock is anything which disables preeempt.
+ * lock is anything which disables preemption.
  */
 #if defined(CONFIG_STOP_MACHINE) && defined(CONFIG_SMP)