diff --git a/[refs] b/[refs] index b557f548e092..5335d894ad1c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2aede851ddf08666f68ffc17be446420e9d2a056 +refs/heads/master: 21e82808fc465b66fedaac0f4e885cafb304e843 diff --git a/trunk/kernel/power/hibernate.c b/trunk/kernel/power/hibernate.c index 3a20466015f8..7f44e5c26971 100644 --- a/trunk/kernel/power/hibernate.c +++ b/trunk/kernel/power/hibernate.c @@ -467,7 +467,7 @@ static int resume_target_kernel(bool platform_mode) * @platform_mode: If set, use platform driver to prepare for the transition. * * This routine must be called with pm_mutex held. If it is successful, control - * reappears in the restored target kernel in hibernation_snaphot(). + * reappears in the restored target kernel in hibernation_snapshot(). */ int hibernation_restore(int platform_mode) {