diff options
author | scottl <scottl@FreeBSD.org> | 2005-01-07 05:01:24 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2005-01-07 05:01:24 +0000 |
commit | f38236bd88fe0c20c7ae8b79a9dbf5f500cfb148 (patch) | |
tree | da93a4a12986819151dc3a17f3342af7c483c838 /sys/pci | |
parent | b1a73aa8973cd20068ad83a3d2083c16a5fbf48a (diff) | |
download | FreeBSD-src-f38236bd88fe0c20c7ae8b79a9dbf5f500cfb148.zip FreeBSD-src-f38236bd88fe0c20c7ae8b79a9dbf5f500cfb148.tar.gz |
Fix typos from previous commit.
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/ncr.c | 1 | ||||
-rw-r--r-- | sys/pci/ncrreg.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 45f3a83..d1a9b9e 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -10,6 +10,7 @@ ** Stefan Esser <se@mi.Uni-Koeln.de> ** **------------------------------------------------------------------------- +*/ /*- ** Copyright (c) 1994 Wolfgang Stanglmeier. All rights reserved. ** diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h index 07b4a26..34f1618 100644 --- a/sys/pci/ncrreg.h +++ b/sys/pci/ncrreg.h @@ -16,6 +16,7 @@ ** mycroft@gnu.ai.mit.edu ** **------------------------------------------------------------------------- +*/ /*- ** Copyright (c) 1994 Wolfgang Stanglmeier. All rights reserved. ** |