diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-18 21:00:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-18 21:00:42 +0000 |
commit | 1bb79145902d86cbefa11525b6374fb77da7c0ed (patch) | |
tree | 8640e350395b62272f86dcdc7fc2d0400aed9e21 /sys/arch/powerpc | |
parent | 96dec0c64f6f3159b9d0afabdad6152308ee68aa (diff) |
typo in comment; from gluk@ptci.ru
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/powerpc/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/powerpc/disksubr.c b/sys/arch/powerpc/powerpc/disksubr.c index 1b14ae4652a..5e22ec62e18 100644 --- a/sys/arch/powerpc/powerpc/disksubr.c +++ b/sys/arch/powerpc/powerpc/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.13 2000/04/24 04:53:01 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.14 2000/10/18 21:00:39 mickey Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -59,7 +59,7 @@ dk_establish(dk, dev) /* * 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 |