diff options
-rw-r--r-- | mm/page_isolation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_isolation.c b/mm/page_isolation.c index 064b7fb6e0b5..a5594bfcc5ed 100644 --- a/mm/page_isolation.c +++ b/mm/page_isolation.c | |||
@@ -55,7 +55,7 @@ static int set_migratetype_isolate(struct page *page, | |||
55 | ret = 0; | 55 | ret = 0; |
56 | 56 | ||
57 | /* | 57 | /* |
58 | * immobile means "not-on-lru" paes. If immobile is larger than | 58 | * immobile means "not-on-lru" pages. If immobile is larger than |
59 | * removable-by-driver pages reported by notifier, we'll fail. | 59 | * removable-by-driver pages reported by notifier, we'll fail. |
60 | */ | 60 | */ |
61 | 61 | ||