summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2003-04-07 10:06:48 +0000
committermurray <murray@FreeBSD.org>2003-04-07 10:06:48 +0000
commite37a3b039d6472b09f196d02f3cff12ec1a4fade (patch)
tree72d587f38900ec2cb1dc8d4c3740ada1b4d214a1 /sys/pci
parentd56efcb74301b3615f65239c54c3f61914b6d4a3 (diff)
downloadFreeBSD-src-e37a3b039d6472b09f196d02f3cff12ec1a4fade.zip
FreeBSD-src-e37a3b039d6472b09f196d02f3cff12ec1a4fade.tar.gz
Fix typo.
PR: kern/50504 Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru> MFC after: 3 days
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/agp_if.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/agp_if.m b/sys/pci/agp_if.m
index 06f64d3..9d81584 100644
--- a/sys/pci/agp_if.m
+++ b/sys/pci/agp_if.m
@@ -32,7 +32,7 @@
# The AGP interface is used internally to the agp driver to isolate the
# differences between various AGP chipsets into chipset mini drivers. It
# should not be used outside the AGP driver. The kernel api for accessing
-# AGP functionality is described in <pci/agpvar,h>
+# AGP functionality is described in <pci/agpvar.h>
#
INTERFACE agp;
OpenPOWER on IntegriCloud