diff options
author | 2003-07-19 20:53:01 +0000 | |
---|---|---|
committer | 2003-07-19 20:53:01 +0000 | |
commit | f8a33f894302398bafa4dd854ddcc49f140b7b6b (patch) | |
tree | 28c174a485052c20c976e008b0ba96c0354c917a | |
parent | Actually, this shows the problem. (diff) | |
download | wireguard-openbsd-f8a33f894302398bafa4dd854ddcc49f140b7b6b.tar.xz wireguard-openbsd-f8a33f894302398bafa4dd854ddcc49f140b7b6b.zip |
typo
-rw-r--r-- | sys/dev/pci/pciide_hpt_reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide_hpt_reg.h b/sys/dev/pci/pciide_hpt_reg.h index 0b93dcab7f9..67728dc3904 100644 --- a/sys/dev/pci/pciide_hpt_reg.h +++ b/sys/dev/pci/pciide_hpt_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide_hpt_reg.h,v 1.5 2003/06/18 20:21:50 grange Exp $ */ +/* $OpenBSD: pciide_hpt_reg.h,v 1.6 2003/07/19 20:53:01 grange Exp $ */ /* $NetBSD: pciide_hpt_reg.h,v 1.4 2001/07/23 14:55:27 bouyer Exp $ */ /* @@ -40,7 +40,7 @@ */ /* - * The HPT366, HPT370 and HPT372 have the save vendor/device ID but not the + * The HPT366, HPT370 and HPT372 have the same vendor/device ID but not the * same revision. */ #define HPT366_REV 0x01 |