Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PM: hibernate: Correct spelling mistake in a comment

Fix a typo in a comment in kernel/power/snapshot.c

Signed-off-by: Wang Honghui <honghui.wang@ucas.com.cn>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Wang Honghui and committed by
Rafael J. Wysocki
847aea98 2e41e3ca

+1 -1
+1 -1
kernel/power/snapshot.c
··· 398 398 unsigned int blocks; /* Number of Bitmap Blocks */ 399 399 }; 400 400 401 - /* strcut bm_position is used for browsing memory bitmaps */ 401 + /* struct bm_position is used for browsing memory bitmaps */ 402 402 403 403 struct bm_position { 404 404 struct mem_zone_bm_rtree *zone;