summaryrefslogtreecommitdiff
path: root/kernel/power
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@163.com>2015-09-30 03:36:58 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-10-14 00:37:17 (GMT)
commitd439e64f22ce0eea681ae90c71f584d3a0145ded (patch)
tree0a9bdb37a357a46d5990ba5e709a1a29469e7238 /kernel/power
parent1c5dd13459fe7caaeda82f7be878720c978d26f2 (diff)
downloadlinux-d439e64f22ce0eea681ae90c71f584d3a0145ded.tar.xz
PM / hibernate: fix a comment typo
Just fix a typo in a function name in kerneldoc comments. Signed-off-by: Geliang Tang <geliangtang@163.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel/power')
-rw-r--r--kernel/power/hibernate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c
index 690f78f..b7342a2 100644
--- a/kernel/power/hibernate.c
+++ b/kernel/power/hibernate.c
@@ -733,7 +733,7 @@ int hibernate(void)
* contents of memory is restored from the saved image.
*
* If this is successful, control reappears in the restored target kernel in
- * hibernation_snaphot() which returns to hibernate(). Otherwise, the routine
+ * hibernation_snapshot() which returns to hibernate(). Otherwise, the routine
* attempts to recover gracefully and make the kernel return to the normal mode
* of operation.
*/