PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"

There is a spelling mistake in a pr_info message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Colin Ian King 2020-01-10 10:08:12 +00:00 committed by Rafael J. Wysocki
parent 7a7b99bf80
commit 5c0e9de065

View file

@ -1841,7 +1841,7 @@ int hibernate_preallocate_memory(void)
out:
stop = ktime_get();
pr_info("Allocated %lu pages for shapshot\n", pages);
pr_info("Allocated %lu pages for snapshot\n", pages);
swsusp_show_speed(start, stop, pages, "Allocated");
return 0;