diff options
author | Wanpeng Li <liwp@linux.vnet.ibm.com> | 2012-06-17 09:27:18 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-28 11:58:48 +0200 |
commit | ab8704b8c6ec6bc8560c72969d02d2682b4a2291 (patch) | |
tree | 954f7a2e582511973e9ba616b8443283cd565dac /mm | |
parent | 46028e6d10cbf9ccd5fb49aa0c23a430f314144c (diff) |
mm/vmscan: cleanup comment error in balance_pgdat
Signed-off-by: Wanpeng Li <liwp.linux@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/vmscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index 091ab8f88333..3d1365c17868 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -2864,7 +2864,7 @@ loop_again: * consider it to be no longer congested. It's * possible there are dirty pages backed by * congested BDIs but as pressure is relieved, - * spectulatively avoid congestion waits + * speculatively avoid congestion waits */ zone_clear_flag(zone, ZONE_CONGESTED); if (i <= *classzone_idx) |