X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fstop_machine.h;h=092dc9b1ce7d2b507880b9c6e24d0415662a027c;hb=0e6f76c70e53e55492e6d6bc8cbc5e04dab01213;hp=1808960c50595908935455ca90a80fc02e421ef0;hpb=d392da5207352f09030e95d9ea335a4225667ec0;p=pandora-kernel.git diff --git a/include/linux/stop_machine.h b/include/linux/stop_machine.h index 1808960c5059..092dc9b1ce7d 100644 --- a/include/linux/stop_machine.h +++ b/include/linux/stop_machine.h @@ -105,7 +105,7 @@ static inline int try_stop_cpus(const struct cpumask *cpumask, * @cpus: the cpus to run the @fn() on (NULL = any online cpu) * * Description: This causes a thread to be scheduled on every cpu, - * each of which disables interrupts. The result is that noone is + * each of which disables interrupts. The result is that no one is * holding a spinlock or inside any other preempt-disabled region when * @fn() runs. *