From 37e458fa45011441c4eb8fa1cd3a8e203d3e2427 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 19 Feb 2002 17:09:40 +0000 Subject: [PATCH] strategy should have an 'r'. Inspired by similar change in OpenBSD. --- games/fortune/datfiles/fortunes2 | 2 +- sys/arch/algor/algor/disksubr.c | 6 +++--- sys/arch/alpha/alpha/disksubr.c | 6 +++--- sys/arch/amiga/amiga/disksubr.c | 6 +++--- sys/arch/arc/arc/disksubr.c | 4 ++-- sys/arch/arm/arm/disksubr.c | 4 ++-- sys/arch/bebox/bebox/disksubr.c | 4 ++-- sys/arch/cobalt/cobalt/disksubr.c | 4 ++-- sys/arch/hp300/hp300/disksubr.c | 4 ++-- sys/arch/hpc/hpc/disksubr.c | 4 ++-- sys/arch/i386/i386/disksubr.c | 6 +++--- sys/arch/luna68k/luna68k/disksubr.c | 4 ++-- sys/arch/mac68k/mac68k/disksubr.c | 4 ++-- sys/arch/macppc/macppc/disksubr.c | 4 ++-- sys/arch/mipsco/mipsco/disksubr.c | 4 ++-- sys/arch/mvme68k/mvme68k/disksubr.c | 4 ++-- sys/arch/news68k/news68k/disksubr.c | 4 ++-- sys/arch/newsmips/newsmips/disksubr.c | 4 ++-- sys/arch/next68k/next68k/disksubr.c | 4 ++-- sys/arch/pc532/pc532/disksubr.c | 4 ++-- sys/arch/playstation2/playstation2/disksubr.c | 4 ++-- sys/arch/pmax/pmax/disksubr.c | 4 ++-- sys/arch/prep/prep/disksubr.c | 4 ++-- sys/arch/sandpoint/sandpoint/disksubr.c | 4 ++-- sys/arch/sgimips/sgimips/disksubr.c | 4 ++-- sys/arch/sh3/sh3/disksubr.c | 4 ++-- sys/arch/sparc/sparc/disksubr.c | 4 ++-- sys/arch/sparc64/sparc64/disksubr.c | 4 ++-- sys/arch/sun3/sun3/disksubr.c | 4 ++-- sys/arch/sun68k/sun68k/disksubr.c | 4 ++-- sys/arch/vax/vax/disksubr.c | 4 ++-- sys/arch/walnut/walnut/disksubr.c | 4 ++-- sys/arch/x68k/x68k/disksubr.c | 4 ++-- sys/arch/x86_64/x86_64/disksubr.c | 4 ++-- 34 files changed, 71 insertions(+), 71 deletions(-) diff --git a/games/fortune/datfiles/fortunes2 b/games/fortune/datfiles/fortunes2 index 4dad1d53ed0d..5341f26dd2e9 100644 --- a/games/fortune/datfiles/fortunes2 +++ b/games/fortune/datfiles/fortunes2 @@ -22917,7 +22917,7 @@ I stopped believing in Santa Claus when my mother took me to see him in a department store, and he asked for my autograph. -- Shirley Temple % -I suggest a new stategy, Artoo: let the Wookiee win. +I suggest a new strategy, Artoo: let the Wookiee win. -- CP30 % I suppose I could collect my books and get on back to school, diff --git a/sys/arch/algor/algor/disksubr.c b/sys/arch/algor/algor/disksubr.c index 811b661041c1..b4dbee36ae87 100644 --- a/sys/arch/algor/algor/disksubr.c +++ b/sys/arch/algor/algor/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.4 2002/01/02 14:47:15 thorpej Exp $ */ +/* $NetBSD: disksubr.c,v 1.5 2002/02/19 17:09:41 wiz Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -29,7 +29,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.4 2002/01/02 14:47:15 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.5 2002/02/19 17:09:41 wiz Exp $"); #include #include @@ -44,7 +44,7 @@ __KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.4 2002/01/02 14:47:15 thorpej Exp $") /* * 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. diff --git a/sys/arch/alpha/alpha/disksubr.c b/sys/arch/alpha/alpha/disksubr.c index 4bdbe451bcce..776de07442bb 100644 --- a/sys/arch/alpha/alpha/disksubr.c +++ b/sys/arch/alpha/alpha/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.23 2001/12/26 00:38:37 ross Exp $ */ +/* $NetBSD: disksubr.c,v 1.24 2002/02/19 17:09:42 wiz Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -29,7 +29,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.23 2001/12/26 00:38:37 ross Exp $"); +__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.24 2002/02/19 17:09:42 wiz Exp $"); #include #include @@ -46,7 +46,7 @@ extern struct device *bootdv; /* * 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. diff --git a/sys/arch/amiga/amiga/disksubr.c b/sys/arch/amiga/amiga/disksubr.c index ee6dbdcdbb58..cad0b5c5ba8c 100644 --- a/sys/arch/amiga/amiga/disksubr.c +++ b/sys/arch/amiga/amiga/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.39 2002/01/28 09:56:46 aymeric Exp $ */ +/* $NetBSD: disksubr.c,v 1.40 2002/02/19 17:09:42 wiz Exp $ */ /* * Copyright (c) 1994 Christian E. Hopps @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.39 2002/01/28 09:56:46 aymeric Exp $"); +__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.40 2002/02/19 17:09:42 wiz Exp $"); #include #include @@ -92,7 +92,7 @@ struct rdbmap *getrdbmap(dev_t, void (*)(struct buf *), struct 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 and anything required in the strategy routine * (e.g., sector size) must be filled in before calling us. diff --git a/sys/arch/arc/arc/disksubr.c b/sys/arch/arc/arc/disksubr.c index 40928b98a704..71c7b54896d5 100644 --- a/sys/arch/arc/arc/disksubr.c +++ b/sys/arch/arc/arc/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.11 2000/11/20 08:24:10 chs Exp $ */ +/* $NetBSD: disksubr.c,v 1.12 2002/02/19 17:09:42 wiz Exp $ */ /* $OpenBSD: disksubr.c,v 1.14 1997/05/08 00:14:29 deraadt Exp $ */ /* NetBSD: disksubr.c,v 1.40 1999/05/06 15:45:51 christos Exp */ @@ -132,7 +132,7 @@ mbr_findslice(dp, 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines diff --git a/sys/arch/arm/arm/disksubr.c b/sys/arch/arm/arm/disksubr.c index fb1fa734a175..9b908532ef23 100644 --- a/sys/arch/arm/arm/disksubr.c +++ b/sys/arch/arm/arm/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.1 2001/03/04 05:06:51 matt Exp $ */ +/* $NetBSD: disksubr.c,v 1.2 2002/02/19 17:09:42 wiz Exp $ */ /* * Copyright (c) 1998 Christopher G. Demetriou. All rights reserved. @@ -77,7 +77,7 @@ /* * 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 diff --git a/sys/arch/bebox/bebox/disksubr.c b/sys/arch/bebox/bebox/disksubr.c index 434e31b03374..962809276e57 100644 --- a/sys/arch/bebox/bebox/disksubr.c +++ b/sys/arch/bebox/bebox/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.8 2000/11/20 08:24:13 chs Exp $ */ +/* $NetBSD: disksubr.c,v 1.9 2002/02/19 17:09:43 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -111,7 +111,7 @@ mbr_findslice(dp, 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines diff --git a/sys/arch/cobalt/cobalt/disksubr.c b/sys/arch/cobalt/cobalt/disksubr.c index b92abfed5c97..5f8ef96bf7a1 100644 --- a/sys/arch/cobalt/cobalt/disksubr.c +++ b/sys/arch/cobalt/cobalt/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.6 2000/11/20 08:24:14 chs Exp $ */ +/* $NetBSD: disksubr.c,v 1.7 2002/02/19 17:09:43 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -82,7 +82,7 @@ mbr_findslice(dp, 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines diff --git a/sys/arch/hp300/hp300/disksubr.c b/sys/arch/hp300/hp300/disksubr.c index 45ea2dedecf8..3a322be3529d 100644 --- a/sys/arch/hp300/hp300/disksubr.c +++ b/sys/arch/hp300/hp300/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.11 2001/04/20 16:58:19 he Exp $ */ +/* $NetBSD: disksubr.c,v 1.12 2002/02/19 17:09:43 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1993 @@ -49,7 +49,7 @@ #define b_cylinder b_resid /* - * Attempt to read a disk label from a device using the indicated stategy + * Attempt to read a disk label from a device 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. Returns null on success and an error diff --git a/sys/arch/hpc/hpc/disksubr.c b/sys/arch/hpc/hpc/disksubr.c index bb42a688c183..2ca77d476ea5 100644 --- a/sys/arch/hpc/hpc/disksubr.c +++ b/sys/arch/hpc/hpc/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.2 2001/09/27 16:31:23 uch Exp $ */ +/* $NetBSD: disksubr.c,v 1.3 2002/02/19 17:09:43 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -108,7 +108,7 @@ mbr_findslice(struct mbr_partition *dp, 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines diff --git a/sys/arch/i386/i386/disksubr.c b/sys/arch/i386/i386/disksubr.c index ca10596f5bf0..7748a261b7c0 100644 --- a/sys/arch/i386/i386/disksubr.c +++ b/sys/arch/i386/i386/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.44 2001/11/15 07:03:29 lukem Exp $ */ +/* $NetBSD: disksubr.c,v 1.45 2002/02/19 17:09:44 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -36,7 +36,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.44 2001/11/15 07:03:29 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.45 2002/02/19 17:09:44 wiz Exp $"); #include #include @@ -113,7 +113,7 @@ mbr_findslice(dp, 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines diff --git a/sys/arch/luna68k/luna68k/disksubr.c b/sys/arch/luna68k/luna68k/disksubr.c index 5a713cc5e280..28609f71c025 100644 --- a/sys/arch/luna68k/luna68k/disksubr.c +++ b/sys/arch/luna68k/luna68k/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.11 2000/11/25 07:58:07 nisimura Exp $ */ +/* $NetBSD: disksubr.c,v 1.12 2002/02/19 17:09:44 wiz Exp $ */ /* * Copyright (c) 1994, 1995 Gordon W. Ross @@ -101,7 +101,7 @@ static int disklabel_bsd_to_om __P((struct disklabel *, char *)); /* * 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 diff --git a/sys/arch/mac68k/mac68k/disksubr.c b/sys/arch/mac68k/mac68k/disksubr.c index c133f20a2164..b4596082ff36 100644 --- a/sys/arch/mac68k/mac68k/disksubr.c +++ b/sys/arch/mac68k/mac68k/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.39 2001/11/23 22:31:22 chs Exp $ */ +/* $NetBSD: disksubr.c,v 1.40 2002/02/19 17:09:45 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -420,7 +420,7 @@ read_bsd_label(dlbuf, lp, match) } /* - * Attempt to read a disk label from a device using the indicated stategy + * Attempt to read a disk label from a device 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. Returns null on success and an error diff --git a/sys/arch/macppc/macppc/disksubr.c b/sys/arch/macppc/macppc/disksubr.c index 966116b9dc6a..f78ce9c4281b 100644 --- a/sys/arch/macppc/macppc/disksubr.c +++ b/sys/arch/macppc/macppc/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.16 2001/07/22 11:29:47 wiz Exp $ */ +/* $NetBSD: disksubr.c,v 1.17 2002/02/19 17:09:45 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -490,7 +490,7 @@ done: } /* - * Attempt to read a disk label from a device using the indicated stategy + * Attempt to read a disk label from a device 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. Returns null on success and an error diff --git a/sys/arch/mipsco/mipsco/disksubr.c b/sys/arch/mipsco/mipsco/disksubr.c index 4bc4660fc744..8e1a9d2936cf 100644 --- a/sys/arch/mipsco/mipsco/disksubr.c +++ b/sys/arch/mipsco/mipsco/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.8 2001/07/08 04:25:36 wdk Exp $ */ +/* $NetBSD: disksubr.c,v 1.9 2002/02/19 17:09:45 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -58,7 +58,7 @@ static int mipsvh_cksum __P((struct mips_volheader *)); /* * 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. diff --git a/sys/arch/mvme68k/mvme68k/disksubr.c b/sys/arch/mvme68k/mvme68k/disksubr.c index 09a474550bc7..5852f1f071ad 100644 --- a/sys/arch/mvme68k/mvme68k/disksubr.c +++ b/sys/arch/mvme68k/mvme68k/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.21 2001/07/07 07:51:38 scw Exp $ */ +/* $NetBSD: disksubr.c,v 1.22 2002/02/19 17:09:46 wiz Exp $ */ /* * Copyright (c) 1995 Dale Rahn. @@ -61,7 +61,7 @@ static void printclp __P((struct cpu_disklabel *clp, char *str)); /* * 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. diff --git a/sys/arch/news68k/news68k/disksubr.c b/sys/arch/news68k/news68k/disksubr.c index 09c694b874a0..18efc3aada6f 100644 --- a/sys/arch/news68k/news68k/disksubr.c +++ b/sys/arch/news68k/news68k/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.7 2000/11/20 08:24:18 chs Exp $ */ +/* $NetBSD: disksubr.c,v 1.8 2002/02/19 17:09:46 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -44,7 +44,7 @@ /* * 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. diff --git a/sys/arch/newsmips/newsmips/disksubr.c b/sys/arch/newsmips/newsmips/disksubr.c index b052d4a87762..a828c4466a32 100644 --- a/sys/arch/newsmips/newsmips/disksubr.c +++ b/sys/arch/newsmips/newsmips/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.8 2000/11/20 08:24:18 chs Exp $ */ +/* $NetBSD: disksubr.c,v 1.9 2002/02/19 17:09:46 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -44,7 +44,7 @@ /* * 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. diff --git a/sys/arch/next68k/next68k/disksubr.c b/sys/arch/next68k/next68k/disksubr.c index 44c8ef354269..47ceee0585a4 100644 --- a/sys/arch/next68k/next68k/disksubr.c +++ b/sys/arch/next68k/next68k/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.5 2000/11/20 08:24:19 chs Exp $ */ +/* $NetBSD: disksubr.c,v 1.6 2002/02/19 17:09:46 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1993 @@ -51,7 +51,7 @@ #define b_cylinder b_resid /* - * Attempt to read a disk label from a device using the indicated stategy + * Attempt to read a disk label from a device 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. Returns null on success and an error diff --git a/sys/arch/pc532/pc532/disksubr.c b/sys/arch/pc532/pc532/disksubr.c index 90032b2c25cf..317873b277a0 100644 --- a/sys/arch/pc532/pc532/disksubr.c +++ b/sys/arch/pc532/pc532/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.20 2001/11/29 08:41:00 simonb Exp $ */ +/* $NetBSD: disksubr.c,v 1.21 2002/02/19 17:09:47 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -52,7 +52,7 @@ /* * 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. diff --git a/sys/arch/playstation2/playstation2/disksubr.c b/sys/arch/playstation2/playstation2/disksubr.c index 7cdc3820f2a1..8c1b72acc1a1 100644 --- a/sys/arch/playstation2/playstation2/disksubr.c +++ b/sys/arch/playstation2/playstation2/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.1 2001/10/16 15:38:54 uch Exp $ */ +/* $NetBSD: disksubr.c,v 1.2 2002/02/19 17:09:47 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -78,7 +78,7 @@ mbr_findslice(struct mbr_partition *dp, 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines diff --git a/sys/arch/pmax/pmax/disksubr.c b/sys/arch/pmax/pmax/disksubr.c index a30314c2749e..decbf9ecc0c3 100644 --- a/sys/arch/pmax/pmax/disksubr.c +++ b/sys/arch/pmax/pmax/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.34 2000/11/20 08:24:20 chs Exp $ */ +/* $NetBSD: disksubr.c,v 1.35 2002/02/19 17:09:47 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -55,7 +55,7 @@ char *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. diff --git a/sys/arch/prep/prep/disksubr.c b/sys/arch/prep/prep/disksubr.c index d202faad5c86..da6284c5be73 100644 --- a/sys/arch/prep/prep/disksubr.c +++ b/sys/arch/prep/prep/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.3 2000/11/20 08:24:20 chs Exp $ */ +/* $NetBSD: disksubr.c,v 1.4 2002/02/19 17:09:48 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -110,7 +110,7 @@ mbr_findslice(dp, 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines diff --git a/sys/arch/sandpoint/sandpoint/disksubr.c b/sys/arch/sandpoint/sandpoint/disksubr.c index 23cc6e873bb5..d1bedcae4d5b 100644 --- a/sys/arch/sandpoint/sandpoint/disksubr.c +++ b/sys/arch/sandpoint/sandpoint/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.1 2001/02/04 18:32:17 briggs Exp $ */ +/* $NetBSD: disksubr.c,v 1.2 2002/02/19 17:09:48 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -111,7 +111,7 @@ mbr_findslice(dp, 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines diff --git a/sys/arch/sgimips/sgimips/disksubr.c b/sys/arch/sgimips/sgimips/disksubr.c index 9c39c2583a67..59a72709ba9e 100644 --- a/sys/arch/sgimips/sgimips/disksubr.c +++ b/sys/arch/sgimips/sgimips/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.5 2002/01/10 06:56:18 wdk Exp $ */ +/* $NetBSD: disksubr.c,v 1.6 2002/02/19 17:09:48 wiz Exp $ */ /* * Copyright (c) 2001 Christopher Sekiya @@ -55,7 +55,7 @@ int mipsvh_cksum(struct sgilabel *vhp); /* * Attempt to read a disk label from a device using the indicated - * stategy routine. The label must be partly set up before this: + * 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 must be * filled in before calling us. diff --git a/sys/arch/sh3/sh3/disksubr.c b/sys/arch/sh3/sh3/disksubr.c index 76b5526c8db6..f39ebba971b9 100644 --- a/sys/arch/sh3/sh3/disksubr.c +++ b/sys/arch/sh3/sh3/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.5 2002/02/12 15:26:50 uch Exp $ */ +/* $NetBSD: disksubr.c,v 1.6 2002/02/19 17:09:48 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -190,7 +190,7 @@ mbr_findslice(struct mbr_partition *dp, 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines diff --git a/sys/arch/sparc/sparc/disksubr.c b/sys/arch/sparc/sparc/disksubr.c index 184ee4ab257c..d72f710264b3 100644 --- a/sys/arch/sparc/sparc/disksubr.c +++ b/sys/arch/sparc/sparc/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.31 2001/12/04 00:05:06 darrenr Exp $ */ +/* $NetBSD: disksubr.c,v 1.32 2002/02/19 17:09:49 wiz Exp $ */ /* * Copyright (c) 1994, 1995 Gordon W. Ross @@ -62,7 +62,7 @@ extern struct device *bootdv; /* * 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 diff --git a/sys/arch/sparc64/sparc64/disksubr.c b/sys/arch/sparc64/sparc64/disksubr.c index 9aa432a9bddc..f2787d81bd5f 100644 --- a/sys/arch/sparc64/sparc64/disksubr.c +++ b/sys/arch/sparc64/sparc64/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.13 2000/12/17 22:39:18 pk Exp $ */ +/* $NetBSD: disksubr.c,v 1.14 2002/02/19 17:09:49 wiz Exp $ */ /* * Copyright (c) 1994, 1995 Gordon W. Ross @@ -61,7 +61,7 @@ extern struct device *bootdv; /* * 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 diff --git a/sys/arch/sun3/sun3/disksubr.c b/sys/arch/sun3/sun3/disksubr.c index 8d790ac523db..2624d3bb92b5 100644 --- a/sys/arch/sun3/sun3/disksubr.c +++ b/sys/arch/sun3/sun3/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.28 2001/10/27 18:32:35 he Exp $ */ +/* $NetBSD: disksubr.c,v 1.29 2002/02/19 17:09:49 wiz Exp $ */ /* * Copyright (c) 1994, 1995 Gordon W. Ross @@ -62,7 +62,7 @@ static int disklabel_bsd_to_sun(struct disklabel *, char *); /* * 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 diff --git a/sys/arch/sun68k/sun68k/disksubr.c b/sys/arch/sun68k/sun68k/disksubr.c index e2da29b735fd..bd111bc4c200 100644 --- a/sys/arch/sun68k/sun68k/disksubr.c +++ b/sys/arch/sun68k/sun68k/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.2 2001/11/30 16:11:10 fredette Exp $ */ +/* $NetBSD: disksubr.c,v 1.3 2002/02/19 17:09:49 wiz Exp $ */ /* * Copyright (c) 1994, 1995 Gordon W. Ross @@ -62,7 +62,7 @@ static int disklabel_bsd_to_sun(struct disklabel *, char *); /* * 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 diff --git a/sys/arch/vax/vax/disksubr.c b/sys/arch/vax/vax/disksubr.c index 41e3ff78f57d..fad3f6fa449a 100644 --- a/sys/arch/vax/vax/disksubr.c +++ b/sys/arch/vax/vax/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.28 2000/11/20 08:24:23 chs Exp $ */ +/* $NetBSD: disksubr.c,v 1.29 2002/02/19 17:09:44 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -99,7 +99,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. diff --git a/sys/arch/walnut/walnut/disksubr.c b/sys/arch/walnut/walnut/disksubr.c index 3db80353c7f2..002c91953de5 100644 --- a/sys/arch/walnut/walnut/disksubr.c +++ b/sys/arch/walnut/walnut/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.1 2001/06/13 06:02:01 simonb Exp $ */ +/* $NetBSD: disksubr.c,v 1.2 2002/02/19 17:09:50 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -43,7 +43,7 @@ /* * 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 diff --git a/sys/arch/x68k/x68k/disksubr.c b/sys/arch/x68k/x68k/disksubr.c index 51a77c24bd61..24b931911961 100644 --- a/sys/arch/x68k/x68k/disksubr.c +++ b/sys/arch/x68k/x68k/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.16 2001/12/27 02:23:26 wiz Exp $ */ +/* $NetBSD: disksubr.c,v 1.17 2002/02/19 17:09:50 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -53,7 +53,7 @@ static void parttbl_consistency_check(struct 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 diff --git a/sys/arch/x86_64/x86_64/disksubr.c b/sys/arch/x86_64/x86_64/disksubr.c index 34161cd809e2..b3ae508be950 100644 --- a/sys/arch/x86_64/x86_64/disksubr.c +++ b/sys/arch/x86_64/x86_64/disksubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: disksubr.c,v 1.1 2001/06/19 00:21:16 fvdl Exp $ */ +/* $NetBSD: disksubr.c,v 1.2 2002/02/19 17:09:50 wiz Exp $ */ /* * Copyright (c) 1982, 1986, 1988 Regents of the University of California. @@ -115,7 +115,7 @@ mbr_findslice(dp, 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, secsize and anything required for a block i/o read * operation in the driver's strategy/start routines