diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2003-04-07 10:06:48 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2003-04-07 10:06:48 +0000 |
| commit | 887938c12fa933b8e87037cd2610866323801f64 (patch) | |
| tree | 72d587f38900ec2cb1dc8d4c3740ada1b4d214a1 | |
| parent | 13b051bb5178f43a29da96b98cb74ec332405f1e (diff) | |
Notes
| -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 06f64d376bab..9d81584a8ecd 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 06f64d376bab..9d81584a8ecd 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; |
