From fb69997d37427c33292dabe8db992f4e84f4fae2 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Wed, 27 Dec 2023 20:17:16 -0700 Subject: [PATCH] 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 f4f16f46614..ce7c414978b 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