diff options
-rw-r--r-- | sys/dev/agp/agp_if.m | 2 | ||||
-rw-r--r-- | sys/pci/agp_if.m | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/agp/agp_if.m b/sys/dev/agp/agp_if.m index 06f64d3..9d81584 100644 --- a/sys/dev/agp/agp_if.m +++ b/sys/dev/agp/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; 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; |