svn commit: r314437 - head/sys/dev/pci

Gavin Atkinson gavin at FreeBSD.org
Tue Feb 28 23:55:04 UTC 2017


Author: gavin
Date: Tue Feb 28 23:55:03 2017
New Revision: 314437
URL: https://svnweb.freebsd.org/changeset/base/314437

Log:
  Fix spelling mistake in comment, firmwrae -> firmware

Modified:
  head/sys/dev/pci/pci_pci.c

Modified: head/sys/dev/pci/pci_pci.c
==============================================================================
--- head/sys/dev/pci/pci_pci.c	Tue Feb 28 23:42:47 2017	(r314436)
+++ head/sys/dev/pci/pci_pci.c	Tue Feb 28 23:55:03 2017	(r314437)
@@ -2849,7 +2849,7 @@ pcib_request_feature_allow(device_t pcib
     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) {


More information about the svn-src-all mailing list