mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo
This commit is contained in:
parent
44739428c4
commit
bffb6fc8af
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue