svn commit: r323217 - head/sys/x86/pci

Konstantin Belousov kib at FreeBSD.org
Wed Sep 6 11:48:01 UTC 2017


Author: kib
Date: Wed Sep  6 11:47:59 2017
New Revision: 323217
URL: https://svnweb.freebsd.org/changeset/base/323217

Log:
  Fix typos.  Stop claiming that two children are created.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/x86/pci/qpi.c

Modified: head/sys/x86/pci/qpi.c
==============================================================================
--- head/sys/x86/pci/qpi.c	Wed Sep  6 10:21:28 2017	(r323216)
+++ head/sys/x86/pci/qpi.c	Wed Sep  6 11:47:59 2017	(r323217)
@@ -26,9 +26,9 @@
  */
 
 /*
- * This driver provides a psuedo-bus to enumerate the PCI buses
- * present on a sytem using a QPI chipset.  It creates a qpi0 bus that
- * is a child of nexus0 and then creates two Host-PCI bridges as a
+ * This driver provides a pseudo-bus to enumerate the PCI buses
+ * present on a system using a QPI chipset.  It creates a qpi0 bus that
+ * is a child of nexus0 and then creates Host-PCI bridges as a
  * child of that.
  */
 


More information about the svn-src-all mailing list