mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typos
This commit is contained in:
parent
16264d0a0f
commit
78793d0b84
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ static void vioif_handler(struct state* s)
|
|||
{
|
||||
vioif_t* vioif = mynetif->state;
|
||||
|
||||
LOG_DEBUG("Receive interrupt\n");
|
||||
LOG_DEBUG("vioif: receive interrupt\n");
|
||||
|
||||
// reset interrupt by reading the isr port
|
||||
uint8_t isr = inportb(vioif->iobase+VIRTIO_PCI_ISR);
|
||||
|
|
Loading…
Add table
Reference in a new issue