Skip to content

Commit

Permalink
Fix typo s/contenious/continuous in comment
Browse files Browse the repository at this point in the history
Fix typo s/contenious/continuous in comment.

Signed-off-by: Nikanth Karthikesan <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Nikanth Karthikesan authored and Jiri Kosina committed Aug 18, 2010
1 parent 3d52994 commit 415b54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ struct scan_control {
int order;

/*
* Intend to reclaim enough contenious memory rather than to reclaim
* enough amount memory. I.e, it's the mode for high order allocation.
* Intend to reclaim enough continuous memory rather than reclaim
* enough amount of memory. i.e, mode for high order allocation.
*/
bool lumpy_reclaim_mode;

Expand Down

0 comments on commit 415b54e

Please sign in to comment.