mm: add setup_initial_init_mm() helper
[linux-block.git] / mm / swapfile.c
index e898c879a4347c43479c0f764265d8046b23c50a..1e07d1c776f2ae328e5a8ef0194c38fa144368ad 100644 (file)
@@ -2967,7 +2967,7 @@ static unsigned long read_swap_header(struct swap_info_struct *p,
                return 0;
        }
 
-       /* swap partition endianess hack... */
+       /* swap partition endianness hack... */
        if (swab32(swap_header->info.version) == 1) {
                swab32s(&swap_header->info.version);
                swab32s(&swap_header->info.last_page);