Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm/memblock: fix a typo in a comment

s/accomodate/accommodate/

Link: http://lkml.kernel.org/r/20160804121824.18100-1-kuleshovmail@gmail.com
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Alexander Kuleshov and committed by
Linus Torvalds
412d0008 1e185736

+2 -2
+2 -2
mm/memblock.c
··· 482 482 * @flags: flags of the new region 483 483 * 484 484 * Insert new memblock region [@base,@base+@size) into @type at @idx. 485 - * @type must already have extra room to accomodate the new region. 485 + * @type must already have extra room to accommodate the new region. 486 486 */ 487 487 static void __init_memblock memblock_insert_region(struct memblock_type *type, 488 488 int idx, phys_addr_t base, ··· 544 544 /* 545 545 * The following is executed twice. Once with %false @insert and 546 546 * then with %true. The first counts the number of regions needed 547 - * to accomodate the new area. The second actually inserts them. 547 + * to accommodate the new area. The second actually inserts them. 548 548 */ 549 549 base = obase; 550 550 nr_new = 0;