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/sparc64 | |
parent | c6839f962490abf9876dc231d78cf05526d854e0 (diff) |
stategy is not an english word
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/disksubr.c b/sys/arch/sparc64/sparc64/disksubr.c index 6e76151b3a4..1c6ce4fe3cd 100644 --- a/sys/arch/sparc64/sparc64/disksubr.c +++ b/sys/arch/sparc64/sparc64/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.6 2001/10/15 04:03:45 jason Exp $ */ +/* $OpenBSD: disksubr.c,v 1.7 2002/02/19 02:50:59 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.13 2000/12/17 22:39:18 pk Exp $ */ /* @@ -73,7 +73,7 @@ extern void cdstrategy __P((struct buf *)); /* * 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 |