mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ena(4): Fix a typo in a source code comment
- s/entred/entered/ MFC after: 3 days
This commit is contained in:
parent
3c2ea3ca28
commit
eb3f25b413
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue