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 <[email protected]> [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 2e41e3c commit 847aea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)