diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2009-12-11 16:35:40 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-04 11:55:45 +0100 |
commit | 2a61aa401638529cd4231f6106980d307fba98fa (patch) | |
tree | a3d7565570c5996d0b3ae5fdf0126e065e750431 /include/linux/mmzone.h | |
parent | c41b20e721ea4f6f20f66a66e7f0c3c97a2ca9c2 (diff) | |
download | op-kernel-dev-2a61aa401638529cd4231f6106980d307fba98fa.zip op-kernel-dev-2a61aa401638529cd4231f6106980d307fba98fa.tar.gz |
Fix misspellings of "invocation" in comments.
Some comments misspell "invocation"; this fixes them. No code
changes.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 30fe668..e60a340 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -349,7 +349,7 @@ struct zone { * prev_priority holds the scanning priority for this zone. It is * defined as the scanning priority at which we achieved our reclaim * target at the previous try_to_free_pages() or balance_pgdat() - * invokation. + * invocation. * * We use prev_priority as a measure of how much stress page reclaim is * under - it drives the swappiness decision: whether to unmap mapped |