summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-12 05:21:21 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-12 05:21:21 +0000
commita237af18edd07fad456bf4e264a6e3900f51f992 (patch)
treee935ef75be0a05aff12c3c12981be9697a8d91c1 /sys/dev
parentdcfafd3965b5ba439703d9c9942fd1d61eea4962 (diff)
fixed typo
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/wdc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wdc.c b/sys/dev/isa/wdc.c
index 454f84594b8..85264e2b4a5 100644
--- a/sys/dev/isa/wdc.c
+++ b/sys/dev/isa/wdc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdc.c,v 1.3 1996/08/07 01:53:02 downsj Exp $ */
+/* $OpenBSD: wdc.c,v 1.4 1996/08/12 05:21:20 niklas Exp $ */
/* $NetBSD: wd.c,v 1.150 1996/05/12 23:54:03 mycroft Exp $ */
/*
@@ -1443,7 +1443,7 @@ wdc_atapi_get_params(ab_link, drive, id)
bus_io_read_1(bc, ioh, wd_cyl_hi);
if (len != sizeof(struct atapi_identify)) {
printf("Warning drive %d returned %d/%d of "
- "indentify device data\n", drive, len,
+ "identify device data\n", drive, len,
sizeof(struct atapi_identify));
excess = len - sizeof(struct atapi_identify);
if (excess < 0)