Skip to content

Commit

Permalink
mm: fix a spelling mistake
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Wei Yuan authored and torvalds committed Dec 11, 2014
1 parent 569f48b commit 26086de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 26086de

Please sign in to comment.