git: fb69997d3742 - main - pci: Fix typo (triple S)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 03:26:19 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=fb69997d37427c33292dabe8db992f4e84f4fae2 commit fb69997d37427c33292dabe8db992f4e84f4fae2 Author: Jose Luis Duran <jlduran@gmail.com> AuthorDate: 2023-12-28 03:17:16 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-12-28 03:24:31 +0000 pci: Fix typo (triple S) Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/955 --- sys/dev/pci/pcib_if.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pci/pcib_if.m b/sys/dev/pci/pcib_if.m index f4f16f466144..ce7c414978bf 100644 --- a/sys/dev/pci/pcib_if.m +++ b/sys/dev/pci/pcib_if.m @@ -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