Skip to content

Commit 559960f

Browse files
chore: update comment
Signed-off-by: Pascal Bauer <[email protected]>
1 parent 77d5322 commit 559960f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpga/lib/ips/intc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ ssize_t InterruptController::waitForInterrupt(int irq) {
159159
logger->warn("timeout waiting for interrupt {}", irq);
160160
return -1;
161161
}
162-
// Block until there has been an interrupt, read number of interruptsvfio_device
162+
// Block until there has been an interrupt, read number of interrupts
163163
ssize_t ret = read(irq_vectors[0].eventFds[irq], &count, sizeof(count));
164164
if (ret != sizeof(count)) {
165165
logger->error("Read failure on interrupt {}, {}", irq, ret);

0 commit comments

Comments
 (0)