git: 466a3ed5c3c9 - stable/13 - ena(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:34:09 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=466a3ed5c3c9669271d0b1db4bc0524871332761 commit 466a3ed5c3c9669271d0b1db4bc0524871332761 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 15:17:04 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:29:20 +0000 ena(4): Fix a typo in a source code comment - s/entred/entered/ (cherry picked from commit eb3f25b413c5d8912cdb40f2040a0b678a2af2fd) --- 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 9ba9f377c683..36aa2802a05f 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 */