aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Honghui <[email protected]>2023-05-04 17:18:24 +0800
committerRafael J. Wysocki <[email protected]>2023-05-24 19:00:50 +0200
commit847aea98e01cf084efcb84490b3060af343d1458 (patch)
tree177d489877d846ca769d8d09fcaaaf7c67b6eddd
parent2e41e3ca4729455e002bcb585f0d3749ee66d572 (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.c2
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;