Skip to content

Commit

Permalink
PM / hibernate: fix a comment typo
Browse files Browse the repository at this point in the history
Just fix a typo in a function name in kerneldoc comments.

Signed-off-by: Geliang Tang <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
geliangtang authored and rafaeljw committed Oct 14, 2015
1 parent 1c5dd13 commit d439e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/hibernate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit d439e64

Please sign in to comment.