diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 09:57:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 09:57:05 +0000 |
commit | ccd94e9d2caa12f446d11f3a1b5c794bde9dcaf6 (patch) | |
tree | 4eb7d92d56d57cc42c8def3aeaff7964233cdae4 /sys/dev/ata/atavar.h | |
parent | 80c213a7bacbc093d3cd5928606028a4b39a2ad4 (diff) |
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev/ata/atavar.h')
-rw-r--r-- | sys/dev/ata/atavar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/atavar.h b/sys/dev/ata/atavar.h index 63f9620f3b8..1f2e2d474fc 100644 --- a/sys/dev/ata/atavar.h +++ b/sys/dev/ata/atavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: atavar.h,v 1.16 2003/10/16 20:21:07 grange Exp $ */ +/* $OpenBSD: atavar.h,v 1.17 2003/10/21 09:57:04 jmc Exp $ */ /* $NetBSD: atavar.h,v 1.13 1999/03/10 13:11:43 bouyer Exp $ */ /* @@ -78,7 +78,7 @@ struct ata_drive_datas { u_int8_t atapi_cap; /* Keeps track of the number of resets that have occurred in a row - without a succesful command completion. */ + without a successful command completion. */ u_int8_t n_resets; u_int8_t n_dmaerrs; u_int32_t n_xfers; |