aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2020-02-17 13:26:36 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2020-02-17 13:26:36 +0000
commiteca86ffaa16a4795e2041d3a093c08d5bd8b1658 (patch)
tree8cf55b9309babc5da5a947637133705037334994
parent10108cb6737ba39ad0289e84255f039a8258a6cc (diff)
downloadsrc-eca86ffaa16a4795e2041d3a093c08d5bd8b1658.tar.gz
src-eca86ffaa16a4795e2041d3a093c08d5bd8b1658.zip
Fix typo.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
Notes
Notes: svn path=/head/; revision=358021
-rw-r--r--sys/dev/pci/pcireg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h
index ed93aaca2694..eca14c711ecd 100644
--- a/sys/dev/pci/pcireg.h
+++ b/sys/dev/pci/pcireg.h
@@ -192,7 +192,7 @@
#define PCIZ_PMUX 0x001a /* Protocol Multiplexing */
#define PCIZ_PASID 0x001b /* Process Address Space ID */
#define PCIZ_LN_REQ 0x001c /* LN Requester */
-#define PCIZ_DPC 0x001d /* Downstream Porto Containment */
+#define PCIZ_DPC 0x001d /* Downstream Port Containment */
#define PCIZ_L1PM 0x001e /* L1 PM Substates */
/* config registers for header type 0 devices */