From: Wang Honghui Date: Thu, 4 May 2023 09:18:24 +0000 (+0800) Subject: PM: hibernate: Correct spelling mistake in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=847aea98e01cf084efcb84490b3060af343d1458;p=linux.git PM: hibernate: Correct spelling mistake in a comment Fix a typo in a comment in kernel/power/snapshot.c Signed-off-by: Wang Honghui [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki --- diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c index cd8b7b35f1e8b..b27affb7503f4 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;