summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-11-14 19:54:11 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-11-14 19:54:11 +0000
commit3e8637c2f93922ed7f747037bdcee4f21ad2b9d7 (patch)
tree85ab3d4f0420dcefbcfc00f2139e2245c30c0a4d /sys/arch/hp300/dev
parente5ce9e85b7cf0e7f803b9989575743a3ee67bc7d (diff)
constuct -> construct
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r--sys/arch/hp300/dev/hd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c
index 43a03c182c2..ee2086fe45b 100644
--- a/sys/arch/hp300/dev/hd.c
+++ b/sys/arch/hp300/dev/hd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hd.c,v 1.30 2005/11/14 19:23:40 miod Exp $ */
+/* $OpenBSD: hd.c,v 1.31 2005/11/14 19:54:08 miod Exp $ */
/* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */
/*
@@ -468,7 +468,7 @@ hdreset(rs)
}
/*
- * Read or constuct a disklabel
+ * Read or construct a disklabel
*/
int
hdgetinfo(dev, rs, lp, spoofonly)