summaryrefslogtreecommitdiff
path: root/sys/arch/vax
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/vax
parent96dec0c64f6f3159b9d0afabdad6152308ee68aa (diff)
typo in comment; from gluk@ptci.ru
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/disksubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/disksubr.c b/sys/arch/vax/vax/disksubr.c
index 50c24538d8e..de7082fa270 100644
--- a/sys/arch/vax/vax/disksubr.c
+++ b/sys/arch/vax/vax/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.12 2000/04/27 01:10:11 bjc Exp $ */
+/* $OpenBSD: disksubr.c,v 1.13 2000/10/18 21:00:40 mickey Exp $ */
/* $NetBSD: disksubr.c,v 1.21 1999/06/30 18:48:06 ragge Exp $ */
/*
@@ -112,7 +112,7 @@ bad:
/*
* 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.