diff options
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r-- | mm/vmscan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index c5dfabf25f11..b94c9464f262 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c | |||
@@ -79,8 +79,8 @@ struct scan_control { | |||
79 | int order; | 79 | int order; |
80 | 80 | ||
81 | /* | 81 | /* |
82 | * Intend to reclaim enough contenious memory rather than to reclaim | 82 | * Intend to reclaim enough continuous memory rather than reclaim |
83 | * enough amount memory. I.e, it's the mode for high order allocation. | 83 | * enough amount of memory. i.e, mode for high order allocation. |
84 | */ | 84 | */ |
85 | bool lumpy_reclaim_mode; | 85 | bool lumpy_reclaim_mode; |
86 | 86 | ||