1
0
Fork 0

Fix typo s/contenious/continuous in comment

Fix typo s/contenious/continuous in comment.

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Nikanth Karthikesan 2010-08-17 15:39:09 +05:30 committed by Jiri Kosina
parent 3d529946ce
commit 415b54e37a
1 changed files with 2 additions and 2 deletions

View File

@ -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;