Just a typo fix... Signed-off-by: Joe Perches <[email protected]> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 60ec74894a56..e417d52b9de9 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -5419,7 +5419,7 @@ static int zone_batchsize(struct zone *zone) * locking. * * Any new users of pcp->batch and pcp->high should ensure they can cope with - * those fields changing asynchronously (acording the the above rule). + * those fields changing asynchronously (according to the above rule). * * mutex_is_locked(&pcp_batch_high_lock) required when calling this function * outside of boot time (or some other assurance that no concurrent updaters -- 2.10.0.rc2.1.g053435c

