From eb3f25b413c5d8912cdb40f2040a0b678a2af2fd Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 4 Jun 2022 17:17:04 +0200 Subject: [PATCH] ena(4): Fix a typo in a source code comment - s/entred/entered/ MFC after: 3 days --- sys/dev/ena/ena.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ena/ena.c b/sys/dev/ena/ena.c index 521c0bcda63..61a5ff95262 100644 --- a/sys/dev/ena/ena.c +++ b/sys/dev/ena/ena.c @@ -1831,7 +1831,7 @@ err: ena_log(pdev, ERR, "could not release irq: %d, error: %d\n", irq->vector, rcc); - /* If we entred err: section without irq->requested set we know + /* If we entered err: section without irq->requested set we know it was bus_alloc_resource_any() that needs cleanup, provided res is not NULL. In case res is NULL no work in needed in this iteration */