summaryrefslogtreecommitdiff
path: root/sys/arch/pmax
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-10-18 21:00:42 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-10-18 21:00:42 +0000
commit1bb79145902d86cbefa11525b6374fb77da7c0ed (patch)
tree8640e350395b62272f86dcdc7fc2d0400aed9e21 /sys/arch/pmax
parent96dec0c64f6f3159b9d0afabdad6152308ee68aa (diff)
typo in comment; from gluk@ptci.ru
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r--sys/arch/pmax/pmax/disksubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/pmax/disksubr.c b/sys/arch/pmax/pmax/disksubr.c
index ca225f0de97..bfa2fb0dc4c 100644
--- a/sys/arch/pmax/pmax/disksubr.c
+++ b/sys/arch/pmax/pmax/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.16 1999/01/08 04:29:09 millert Exp $ */
+/* $OpenBSD: disksubr.c,v 1.17 2000/10/18 21:00:39 mickey Exp $ */
/* $NetBSD: disksubr.c,v 1.14 1997/01/15 00:55:43 jonathan Exp $ */
/*
@@ -57,7 +57,7 @@ compat_label __P((dev_t dev, void (*strat) __P((struct buf *bp)),
/*
* Attempt to read a disk label from a device
- * using the indicated stategy routine.
+ * using the indicated strategy routine.
* The label must be partly set up before this:
* secpercyl and anything required in the strategy routine
* (e.g., sector size) must be filled in before calling us.