mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
remove typos
This commit is contained in:
parent
3a926240ca
commit
e288b9ee4b
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ int sys_close(int fd)
|
|||
if (is_uhyve()) {
|
||||
uhyve_close_t uhyve_close = {fd, -1};
|
||||
|
||||
uhyve_sendl(UHYVE_PORT_CLOSE, (unsigned)virt_to_phys((size_t) &uhyve_close));
|
||||
uhyve_send(UHYVE_PORT_CLOSE, (unsigned)virt_to_phys((size_t) &uhyve_close));
|
||||
|
||||
return uhyve_close.ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue