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 05:55:45 -0500 |
commit | 2a61aa401638529cd4231f6106980d307fba98fa (patch) | |
tree | a3d7565570c5996d0b3ae5fdf0126e065e750431 /include/linux/mmzone.h | |
parent | c41b20e721ea4f6f20f66a66e7f0c3c97a2ca9c2 (diff) |
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 30fe668c2542..e60a340fe890 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -349,7 +349,7 @@ struct zone { | |||
349 | * prev_priority holds the scanning priority for this zone. It is | 349 | * prev_priority holds the scanning priority for this zone. It is |
350 | * defined as the scanning priority at which we achieved our reclaim | 350 | * defined as the scanning priority at which we achieved our reclaim |
351 | * target at the previous try_to_free_pages() or balance_pgdat() | 351 | * target at the previous try_to_free_pages() or balance_pgdat() |
352 | * invokation. | 352 | * invocation. |
353 | * | 353 | * |
354 | * We use prev_priority as a measure of how much stress page reclaim is | 354 | * We use prev_priority as a measure of how much stress page reclaim is |
355 | * under - it drives the swappiness decision: whether to unmap mapped | 355 | * under - it drives the swappiness decision: whether to unmap mapped |