From 5914c62e1f53cc244e2620c258768b99babaacdc Mon Sep 17 00:00:00 2001 From: Gavin Atkinson Date: Tue, 28 Feb 2017 23:55:03 +0000 Subject: [PATCH] Fix spelling mistake in comment, firmwrae -> firmware --- sys/dev/pci/pci_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pci/pci_pci.c b/sys/dev/pci/pci_pci.c index 8012f1645cbc..2fc3504ecea5 100644 --- a/sys/dev/pci/pci_pci.c +++ b/sys/dev/pci/pci_pci.c @@ -2849,7 +2849,7 @@ pcib_request_feature_allow(device_t pcib, device_t dev, enum pci_feature feature) { /* - * No host firmwrae we have to negotiate with, so we allow + * No host firmware we have to negotiate with, so we allow * every valid feature requested. */ switch (feature) {