[PATCH 08/15] mm: page_alloc: Fix typo acording -> according & the the -> to the

From: Joe Perches
Date: Wed Mar 15 2017 - 22:03:06 EST


Just a typo fix...

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
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