@@ -331,7 +331,7 @@ static void *chain_alloc(struct chain_allocator *ca, unsigned int size)
331
331
*
332
332
* Memory bitmap is a structure consisting of many linked lists of
333
333
* objects. The main list's elements are of type struct zone_bitmap
334
- * and each of them corresonds to one zone. For each zone bitmap
334
+ * and each of them corresponds to one zone. For each zone bitmap
335
335
* object there is a list of objects of type struct bm_block that
336
336
* represent each blocks of bitmap in which information is stored.
337
337
*
@@ -1500,7 +1500,7 @@ static struct memory_bitmap copy_bm;
1500
1500
/**
1501
1501
* swsusp_free - Free pages allocated for hibernation image.
1502
1502
*
1503
- * Image pages are alocated before snapshot creation, so they need to be
1503
+ * Image pages are allocated before snapshot creation, so they need to be
1504
1504
* released after resume.
1505
1505
*/
1506
1506
void swsusp_free (void )
@@ -2326,7 +2326,7 @@ static struct memory_bitmap *safe_highmem_bm;
2326
2326
* (@nr_highmem_p points to the variable containing the number of highmem image
2327
2327
* pages). The pages that are "safe" (ie. will not be overwritten when the
2328
2328
* hibernation image is restored entirely) have the corresponding bits set in
2329
- * @bm (it must be unitialized ).
2329
+ * @bm (it must be uninitialized ).
2330
2330
*
2331
2331
* NOTE: This function should not be called if there are no highmem image pages.
2332
2332
*/
@@ -2483,7 +2483,7 @@ static inline void free_highmem_data(void) {}
2483
2483
2484
2484
/**
2485
2485
* prepare_image - Make room for loading hibernation image.
2486
- * @new_bm: Unitialized memory bitmap structure.
2486
+ * @new_bm: Uninitialized memory bitmap structure.
2487
2487
* @bm: Memory bitmap with unsafe pages marked.
2488
2488
*
2489
2489
* Use @bm to mark the pages that will be overwritten in the process of
0 commit comments