aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>2014-03-11 06:23:41 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-03-11 19:54:53 -0400
commit4d4348202b34c130a899b597fec14bbb5d83108d (patch)
tree93072e53cb95eecaedc6490c69e364856486164c /kernel
parent7b60894ff8c5c67ff1caaf89173c3aa5cf57311e (diff)
PM / Hibernate: Spelling s/anonymouns/anonymous/
Spelling fix. Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c
index d9f61a145802..149e745eaa52 100644
--- a/kernel/power/snapshot.c
+++ b/kernel/power/snapshot.c
@@ -1268,7 +1268,7 @@ static void free_unnecessary_pages(void)
1268 * [number of saveable pages] - [number of pages that can be freed in theory] 1268 * [number of saveable pages] - [number of pages that can be freed in theory]
1269 * 1269 *
1270 * where the second term is the sum of (1) reclaimable slab pages, (2) active 1270 * where the second term is the sum of (1) reclaimable slab pages, (2) active
1271 * and (3) inactive anonymouns pages, (4) active and (5) inactive file pages, 1271 * and (3) inactive anonymous pages, (4) active and (5) inactive file pages,
1272 * minus mapped file pages. 1272 * minus mapped file pages.
1273 */ 1273 */
1274static unsigned long minimum_image_size(unsigned long saveable) 1274static unsigned long minimum_image_size(unsigned long saveable)