mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
pci: Fix typo (triple S)
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/955
This commit is contained in:
parent
00bc86a9a6
commit
fb69997d37
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ METHOD int route_interrupt {
|
|||
} DEFAULT null_route_interrupt;
|
||||
|
||||
#
|
||||
# Allocate 'count' MSI messsages mapped onto 'count' IRQs. 'irq' points
|
||||
# Allocate 'count' MSI messages mapped onto 'count' IRQs. 'irq' points
|
||||
# to an array of at least 'count' ints. The max number of messages this
|
||||
# device supports is included so that the MD code can take that into
|
||||
# account when assigning resources so that the proper number of low bits
|
||||
|
|
|
|||
Loading…
Reference in a new issue