X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fup.c;h=a38b8b0952517590b0f0dd7d2da643c63bc8f648;hb=68912ebf4d4e50ac4fd41fb9879de9a6b832f7c7;hp=c7321307923ad8dc14bea3d261a08fb9d2a489b7;hpb=1139aeb1c521eb4a050920ce6c64c36c4f2a3ab7;p=linux-2.6-microblaze.git diff --git a/kernel/up.c b/kernel/up.c index c7321307923a..a38b8b095251 100644 --- a/kernel/up.c +++ b/kernel/up.c @@ -38,7 +38,7 @@ EXPORT_SYMBOL(smp_call_function_single_async); /* * Preemption is disabled here to make sure the cond_func is called under the - * same condtions in UP and SMP. + * same conditions in UP and SMP. */ void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, void *info, bool wait, const struct cpumask *mask)