diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-19 02:51:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-19 02:51:00 +0000 |
commit | ea8965ca2cb5a3139ee54342c3e42aba7f83954a (patch) | |
tree | e4847e6829fbca27d718d3878c02322308d0de3a /sys/arch/sun3 | |
parent | c6839f962490abf9876dc231d78cf05526d854e0 (diff) |
stategy is not an english word
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/sun3/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/sun3/disksubr.c b/sys/arch/sun3/sun3/disksubr.c index 44ce10392a9..aed8243bef4 100644 --- a/sys/arch/sun3/sun3/disksubr.c +++ b/sys/arch/sun3/sun3/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.15 2000/07/02 17:51:35 miod Exp $ */ +/* $OpenBSD: disksubr.c,v 1.16 2002/02/19 02:50:59 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.14 1996/09/26 18:10:21 gwr Exp $ */ /* @@ -71,7 +71,7 @@ static __inline u_long sun_extended_sum __P((struct sun_disklabel *)); /* * 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines |