2013-10-13 17:52:39

by Kamalesh Babulal

[permalink] [raw]
Subject: [PATCH TRIVIAL] sched/fair: Fix a typo in comments of sg_imbalanced()

calculcate_imbalance should be calculate_imbalance in the
comments of sg_imbalanced().

Signed-off-by: Kamalesh Babulal <[email protected]>
---
kernel/sched/fair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index b234b869470f..e24d238cb8cf 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -5412,7 +5412,7 @@ fix_small_capacity(struct sched_domain *sd, struct sched_group *group)
* moving tasks due to affinity constraints.
*
* When this is so detected; this group becomes a candidate for busiest; see
- * update_sd_pick_busiest(). And calculcate_imbalance() and
+ * update_sd_pick_busiest(). And calculate_imbalance() and
* find_busiest_group() avoid some of the usual balance conditions to allow it
* to create an effective group imbalance.
*
--
1.8.4.474.g128a96c