Skip to content

Commit 847aea9

Browse files
wanghonghui2023rafaeljw
authored andcommitted
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>
1 parent 2e41e3c commit 847aea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/power/snapshot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ struct mem_zone_bm_rtree {
398398
unsigned int blocks; /* Number of Bitmap Blocks */
399399
};
400400

401-
/* strcut bm_position is used for browsing memory bitmaps */
401+
/* struct bm_position is used for browsing memory bitmaps */
402402

403403
struct bm_position {
404404
struct mem_zone_bm_rtree *zone;

0 commit comments

Comments
 (0)