Skip to content

Commit 98da8a4

Browse files
GT119119rafaeljw
authored andcommitted
PM: hibernate: Fix typo in memory bitmaps description comment
Correct 'leave' to 'leaf' in memory bitmaps description comment. Signed-off-by: Li Jun <lijun01@kylinos.cn> Link: https://patch.msgid.link/20250819104038.1596952-1-lijun01@kylinos.cn [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 5545d56 commit 98da8a4

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
@@ -363,7 +363,7 @@ static void *chain_alloc(struct chain_allocator *ca, unsigned int size)
363363
*
364364
* One radix tree is represented by one struct mem_zone_bm_rtree. There are
365365
* two linked lists for the nodes of the tree, one for the inner nodes and
366-
* one for the leave nodes. The linked leave nodes are used for fast linear
366+
* one for the leaf nodes. The linked leaf nodes are used for fast linear
367367
* access of the memory bitmap.
368368
*
369369
* The struct rtree_node represents one node of the radix tree.

0 commit comments

Comments
 (0)