mm: fix a spelling mistake
authorWei Yuan <[email protected]>
Wed, 10 Dec 2014 23:44:44 +0000 (15:44 -0800)
committerLinus Torvalds <[email protected]>
Thu, 11 Dec 2014 01:41:08 +0000 (17:41 -0800)
Signed-off-by Wei Yuan <[email protected]>
Acked-by: Rik van Riel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/page_alloc.c

index 7352aa45a33568f79b9041674703f980b4a73ff1..97b6966816e5dfaa78f7cd0e07be124d5b88ca6b 100644 (file)
@@ -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;