Commit 847aea98 authored by Wang Honghui's avatar Wang Honghui Committed by Rafael J. Wysocki
Browse files

PM: hibernate: Correct spelling mistake in a comment



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

Signed-off-by: default avatarWang Honghui <honghui.wang@ucas.com.cn>
[ rjw: Subject and changelog edits ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 2e41e3ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ struct mem_zone_bm_rtree {
	unsigned int blocks;		/* Number of Bitmap Blocks     */
};

/* strcut bm_position is used for browsing memory bitmaps */
/* struct bm_position is used for browsing memory bitmaps */

struct bm_position {
	struct mem_zone_bm_rtree *zone;