1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typo

This commit is contained in:
Stefan Lankes 2015-07-17 09:42:10 +02:00
parent 44739428c4
commit bffb6fc8af

View file

@ -191,7 +191,7 @@ static int load_task(load_args_t* largs)
addr = get_pages(npages);
if (BUILTIN_EXPECT(!addr, 0)) {
kprintf("load_task: not enough memoryi for %d pages!\n", npages);
kprintf("load_task: not enough memory for %d pages!\n", npages);
ret = -ENOMEM;
goto Lerr;
}