From: Wei Yuan Date: Wed, 10 Dec 2014 23:44:44 +0000 (-0800) Subject: mm: fix a spelling mistake X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=26086de3fcc9694b9f9c1517e4fd5d1d33d6eb8c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mm: fix a spelling mistake Signed-off-by Wei Yuan Acked-by: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 7352aa45a335..97b6966816e5 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1739,7 +1739,7 @@ static bool __zone_watermark_ok(struct zone *z, unsigned int order, unsigned long mark, int classzone_idx, int alloc_flags, long free_pages) { - /* free_pages my go negative - that's OK */ + /* free_pages may go negative - that's OK */ long min = mark; int o; long free_cma = 0;