Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src strategy should have an 'r'. Inspired by similar change in O...



details:   https://anonhg.NetBSD.org/src/rev/e6dd677083be
branches:  trunk
changeset: 522458:e6dd677083be
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Feb 19 17:09:40 2002 +0000

description:
strategy should have an 'r'. Inspired by similar change in OpenBSD.

diffstat:

 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(-)

diffs (truncated from 642 to 300 lines):

diff -r c334a8bc6f89 -r e6dd677083be games/fortune/datfiles/fortunes2
--- a/games/fortune/datfiles/fortunes2  Tue Feb 19 16:46:12 2002 +0000
+++ b/games/fortune/datfiles/fortunes2  Tue Feb 19 17:09:40 2002 +0000
@@ -22917,7 +22917,7 @@
 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 -r c334a8bc6f89 -r e6dd677083be sys/arch/algor/algor/disksubr.c
--- a/sys/arch/algor/algor/disksubr.c   Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/algor/algor/disksubr.c   Tue Feb 19 17:09:40 2002 +0000
@@ -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 <sys/cdefs.h>                 /* 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 <sys/param.h>
 #include <sys/buf.h>
@@ -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 -r c334a8bc6f89 -r e6dd677083be sys/arch/alpha/alpha/disksubr.c
--- a/sys/arch/alpha/alpha/disksubr.c   Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/alpha/alpha/disksubr.c   Tue Feb 19 17:09:40 2002 +0000
@@ -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 <sys/cdefs.h>                 /* 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 <sys/param.h>
 #include <sys/systm.h>
@@ -46,7 +46,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 -r c334a8bc6f89 -r e6dd677083be sys/arch/amiga/amiga/disksubr.c
--- a/sys/arch/amiga/amiga/disksubr.c   Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/amiga/amiga/disksubr.c   Tue Feb 19 17:09:40 2002 +0000
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
 #include <sys/systm.h>
@@ -92,7 +92,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 -r c334a8bc6f89 -r e6dd677083be sys/arch/arc/arc/disksubr.c
--- a/sys/arch/arc/arc/disksubr.c       Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/arc/arc/disksubr.c       Tue Feb 19 17:09:40 2002 +0000
@@ -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 @@
 
 /*
  * 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 -r c334a8bc6f89 -r e6dd677083be sys/arch/arm/arm/disksubr.c
--- a/sys/arch/arm/arm/disksubr.c       Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/arm/arm/disksubr.c       Tue Feb 19 17:09:40 2002 +0000
@@ -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 -r c334a8bc6f89 -r e6dd677083be sys/arch/bebox/bebox/disksubr.c
--- a/sys/arch/bebox/bebox/disksubr.c   Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/bebox/bebox/disksubr.c   Tue Feb 19 17:09:40 2002 +0000
@@ -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 @@
 
 /*
  * 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 -r c334a8bc6f89 -r e6dd677083be sys/arch/cobalt/cobalt/disksubr.c
--- a/sys/arch/cobalt/cobalt/disksubr.c Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/cobalt/cobalt/disksubr.c Tue Feb 19 17:09:40 2002 +0000
@@ -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 @@
 
 /*
  * 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 -r c334a8bc6f89 -r e6dd677083be sys/arch/hp300/hp300/disksubr.c
--- a/sys/arch/hp300/hp300/disksubr.c   Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/hp300/hp300/disksubr.c   Tue Feb 19 17:09:40 2002 +0000
@@ -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 -r c334a8bc6f89 -r e6dd677083be sys/arch/hpc/hpc/disksubr.c
--- a/sys/arch/hpc/hpc/disksubr.c       Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/hpc/hpc/disksubr.c       Tue Feb 19 17:09:40 2002 +0000
@@ -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 @@
 
 /*
  * 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 -r c334a8bc6f89 -r e6dd677083be sys/arch/i386/i386/disksubr.c
--- a/sys/arch/i386/i386/disksubr.c     Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/i386/i386/disksubr.c     Tue Feb 19 17:09:40 2002 +0000
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
 #include <sys/systm.h>
@@ -113,7 +113,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 -r c334a8bc6f89 -r e6dd677083be sys/arch/luna68k/luna68k/disksubr.c
--- a/sys/arch/luna68k/luna68k/disksubr.c       Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/luna68k/luna68k/disksubr.c       Tue Feb 19 17:09:40 2002 +0000
@@ -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 @@
 
 /*
  * 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 -r c334a8bc6f89 -r e6dd677083be sys/arch/mac68k/mac68k/disksubr.c
--- a/sys/arch/mac68k/mac68k/disksubr.c Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/mac68k/mac68k/disksubr.c Tue Feb 19 17:09:40 2002 +0000
@@ -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 @@
 }
 
 /*
- * 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 -r c334a8bc6f89 -r e6dd677083be sys/arch/macppc/macppc/disksubr.c
--- a/sys/arch/macppc/macppc/disksubr.c Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/macppc/macppc/disksubr.c Tue Feb 19 17:09:40 2002 +0000
@@ -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 @@
 }
 
 /*
- * 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 -r c334a8bc6f89 -r e6dd677083be sys/arch/mipsco/mipsco/disksubr.c
--- a/sys/arch/mipsco/mipsco/disksubr.c Tue Feb 19 16:46:12 2002 +0000
+++ b/sys/arch/mipsco/mipsco/disksubr.c Tue Feb 19 17:09:40 2002 +0000
@@ -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 @@
 
 /*
  * 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.



Home | Main Index | Thread Index | Old Index