diff options
author | Wang Honghui <[email protected]> | 2023-05-04 17:18:24 +0800 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2023-05-24 19:00:50 +0200 |
commit | 847aea98e01cf084efcb84490b3060af343d1458 (patch) | |
tree | 177d489877d846ca769d8d09fcaaaf7c67b6eddd | |
parent | 2e41e3ca4729455e002bcb585f0d3749ee66d572 (diff) |
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]>
-rw-r--r-- | kernel/power/snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c index cd8b7b35f1e8..b27affb7503f 100644 --- a/kernel/power/snapshot.c +++ b/kernel/power/snapshot.c @@ -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; |