[PATCH] swsusp: Fix comment it register_nosave_region

From: Rafael J. Wysocki
Date: Tue May 08 2007 - 16:49:57 EST


From: Rafael J. Wysocki <rjw@xxxxxxx>

Fix a typo in the comment before register_nosave_region().

Signed-off-by: Rafael J. Wysocki <rjw@xxxxxxx>
---
kernel/power/snapshot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.21/kernel/power/snapshot.c
===================================================================
--- linux-2.6.21.orig/kernel/power/snapshot.c 2007-05-05 12:38:12.000000000 +0200
+++ linux-2.6.21/kernel/power/snapshot.c 2007-05-08 22:54:04.000000000 +0200
@@ -604,7 +604,7 @@ static LIST_HEAD(nosave_regions);
/**
* register_nosave_region - register a range of page frames the contents
* of which should not be saved during the suspend (to be used in the early
- * initializatoion code)
+ * initialization code)
*/

void __init
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/