[PATCH] kernel:up - Fix typo in comment.

From: Shailendra Verma
Date: Thu May 21 2015 - 14:37:02 EST



Signed-off-by: Shailendra Verma <shailendra.capricorn@xxxxxxxxx>
---
kernel/up.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/up.c b/kernel/up.c
index 1760bf3..6cd3fbc 100644
--- a/kernel/up.c
+++ b/kernel/up.c
@@ -65,7 +65,7 @@ EXPORT_SYMBOL(on_each_cpu_mask);

/*
* 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(bool (*cond_func)(int cpu, void *info),
smp_call_func_t func, void *info, bool wait,
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/