Commit 5c0e9de0 authored by Colin Ian King's avatar Colin Ian King Committed by Rafael J. Wysocki

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

There is a spelling mistake in a pr_info message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 7a7b99bf
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment