diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-06-09 23:57:26 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-10 08:47:52 -0400 |
commit | 140a1ef2f91a00e1d25f0878c193abdc25bf6ebe (patch) | |
tree | bc908162ffc4ff9a57eeb9ea5194cff707cac130 | |
parent | 5be5758c114b18260c6fd4c8373bf89e39b0fe82 (diff) |
mm Kconfig typo: cleancacne -> cleancache
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 8ca47a5ee9c8..f2f1ca19ed53 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -356,7 +356,7 @@ config CLEANCACHE | |||
356 | for clean pages that the kernel's pageframe replacement algorithm | 356 | for clean pages that the kernel's pageframe replacement algorithm |
357 | (PFRA) would like to keep around, but can't since there isn't enough | 357 | (PFRA) would like to keep around, but can't since there isn't enough |
358 | memory. So when the PFRA "evicts" a page, it first attempts to use | 358 | memory. So when the PFRA "evicts" a page, it first attempts to use |
359 | cleancacne code to put the data contained in that page into | 359 | cleancache code to put the data contained in that page into |
360 | "transcendent memory", memory that is not directly accessible or | 360 | "transcendent memory", memory that is not directly accessible or |
361 | addressable by the kernel and is of unknown and possibly | 361 | addressable by the kernel and is of unknown and possibly |
362 | time-varying size. And when a cleancache-enabled | 362 | time-varying size. And when a cleancache-enabled |