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

remove typos

This commit is contained in:
Stefan Lankes 2017-03-07 00:15:04 +01:00
parent 3a926240ca
commit e288b9ee4b

View file

@ -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;
}