|
@@ -1760,7 +1760,7 @@ enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags)
|
|
{
|
|
{
|
|
/*
|
|
/*
|
|
* Update the normalized vruntime before updating min_vruntime
|
|
* Update the normalized vruntime before updating min_vruntime
|
|
- * through callig update_curr().
|
|
|
|
|
|
+ * through calling update_curr().
|
|
*/
|
|
*/
|
|
if (!(flags & ENQUEUE_WAKEUP) || (flags & ENQUEUE_WAKING))
|
|
if (!(flags & ENQUEUE_WAKEUP) || (flags & ENQUEUE_WAKING))
|
|
se->vruntime += cfs_rq->min_vruntime;
|
|
se->vruntime += cfs_rq->min_vruntime;
|