We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d5322 commit 559960fCopy full SHA for 559960f
fpga/lib/ips/intc.cpp
@@ -159,7 +159,7 @@ ssize_t InterruptController::waitForInterrupt(int irq) {
159
logger->warn("timeout waiting for interrupt {}", irq);
160
return -1;
161
}
162
- // Block until there has been an interrupt, read number of interruptsvfio_device
+ // Block until there has been an interrupt, read number of interrupts
163
ssize_t ret = read(irq_vectors[0].eventFds[irq], &count, sizeof(count));
164
if (ret != sizeof(count)) {
165
logger->error("Read failure on interrupt {}, {}", irq, ret);
0 commit comments