Source-Changes-HG archive

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

[src/trunk]: src Definition, not defintion. From miod@openbsd.



details:   https://anonhg.NetBSD.org/src/rev/7c849dd5e28a
branches:  trunk
changeset: 552537:7c849dd5e28a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 26 22:25:21 2003 +0000

description:
Definition, not defintion. From miod@openbsd.

diffstat:

 distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot |  4 ++--
 doc/CHANGES.prev                                  |  4 ++--
 sys/arch/alpha/pci/mcpciareg.h                    |  4 ++--
 sys/dev/ic/rrunner.c                              |  6 +++---
 sys/dev/mvme/clockvar.h                           |  4 ++--
 usr.bin/rpcgen/rpc_svcout.c                       |  6 +++---
 6 files changed, 14 insertions(+), 14 deletions(-)

diffs (126 lines):

diff -r d7839046931d -r 7c849dd5e28a distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot
--- a/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot Fri Sep 26 22:23:58 2003 +0000
+++ b/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/fastboot Fri Sep 26 22:25:21 2003 +0000
@@ -1,4 +1,4 @@
-| $NetBSD: fastboot,v 1.4 2002/12/09 17:28:59 gavan Exp $
+| $NetBSD: fastboot,v 1.5 2003/09/26 22:25:21 wiz Exp $
 |
 | Fast boot configuration file, edit by hand, save and run !BtNetBSD
 | Part of !BtNetBSD
@@ -10,7 +10,7 @@
 | Run The PreBoot file for various extra settings necessary
 Run <BtNetBSD$Dir>.PreBoot
 
-| Select the monitor defintion file and screenmode
+| Select the monitor definition file and screenmode
 | Uncomment one or both of these only if you intend to use a different
 | MDF or screen mode in NetBSD than is configured in RISC OS. 
 |Set NetBSD$MDF BootResources:Configure.Monitors.Acorn.AKF85
diff -r d7839046931d -r 7c849dd5e28a doc/CHANGES.prev
--- a/doc/CHANGES.prev  Fri Sep 26 22:23:58 2003 +0000
+++ b/doc/CHANGES.prev  Fri Sep 26 22:25:21 2003 +0000
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES:                        <$Revision: 1.4 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES:                        <$Revision: 1.5 $>
 
 
 Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -2193,7 +2193,7 @@
                a warning), for exportable configurations.  [cgd 19950724]
        prototyped physio(), adjusted various users and definers of
                minphys()-like routines to use its correct
-               defintion.  [cgd 19950724]
+               definition.  [cgd 19950724]
        kernel: disabled early aging of file system data buffers; it will make
                less and less sense as buffer cache sizes increase,
                won almost nothing (and sometimes lost badly) with
diff -r d7839046931d -r 7c849dd5e28a sys/arch/alpha/pci/mcpciareg.h
--- a/sys/arch/alpha/pci/mcpciareg.h    Fri Sep 26 22:23:58 2003 +0000
+++ b/sys/arch/alpha/pci/mcpciareg.h    Fri Sep 26 22:25:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcpciareg.h,v 1.3 1999/04/15 22:27:40 thorpej Exp $ */
+/* $NetBSD: mcpciareg.h,v 1.4 2003/09/26 22:25:21 wiz Exp $ */
 
 /*
  * Copyright (c) 1998 by Matthew Jacob
@@ -329,7 +329,7 @@
 #define        PCI_LAT_SHIFT   8       /* it's in the 2nd byte. */
 
 /*
- * CAP Control Register Defintions
+ * CAP Control Register Definitions
  */
 #define        CAP_LED_ON      0x00000001      /* Selftest LED passed */
 #define        CAP_EV56_BW_EN  0x00000002      /* BW Enables (EV56, EV6 only) */
diff -r d7839046931d -r 7c849dd5e28a sys/dev/ic/rrunner.c
--- a/sys/dev/ic/rrunner.c      Fri Sep 26 22:23:58 2003 +0000
+++ b/sys/dev/ic/rrunner.c      Fri Sep 26 22:25:21 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rrunner.c,v 1.39 2003/06/29 22:30:13 fvdl Exp $        */
+/*     $NetBSD: rrunner.c,v 1.40 2003/09/26 22:25:21 wiz Exp $ */
 
 /*
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rrunner.c,v 1.39 2003/06/29 22:30:13 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rrunner.c,v 1.40 2003/09/26 22:25:21 wiz Exp $");
 
 #include "opt_inet.h"
 #include "opt_ns.h"
@@ -102,7 +102,7 @@
 #define ESH_PRINTF
 */
 
-/* Autoconfig defintion of driver back-end */
+/* Autoconfig definition of driver back-end */
 extern struct cfdriver esh_cd;
 
 struct esh_softc *esh_softc_debug[22];  /* for gdb */
diff -r d7839046931d -r 7c849dd5e28a sys/dev/mvme/clockvar.h
--- a/sys/dev/mvme/clockvar.h   Fri Sep 26 22:23:58 2003 +0000
+++ b/sys/dev/mvme/clockvar.h   Fri Sep 26 22:25:21 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clockvar.h,v 1.2 2003/07/18 19:20:58 thorpej Exp $     */
+/*     $NetBSD: clockvar.h,v 1.3 2003/09/26 22:25:21 wiz Exp $ */
 
 /*-
  * Copyright (c) 1996, 2002 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
 #include <dev/ic/mk48txxreg.h>
 
 /*
- * Defintions exported to ASIC-specific clock attachment.
+ * Definitions exported to ASIC-specific clock attachment.
  */
 
 extern struct evcnt clock_profcnt;
diff -r d7839046931d -r 7c849dd5e28a usr.bin/rpcgen/rpc_svcout.c
--- a/usr.bin/rpcgen/rpc_svcout.c       Fri Sep 26 22:23:58 2003 +0000
+++ b/usr.bin/rpcgen/rpc_svcout.c       Fri Sep 26 22:25:21 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpc_svcout.c,v 1.20 2003/07/14 11:53:20 itojun Exp $   */
+/*     $NetBSD: rpc_svcout.c,v 1.21 2003/09/26 22:25:21 wiz Exp $      */
 /*
  * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
  * unrestricted use provided that this legend is included on all tape
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI";
 #else
-__RCSID("$NetBSD: rpc_svcout.c,v 1.20 2003/07/14 11:53:20 itojun Exp $");
+__RCSID("$NetBSD: rpc_svcout.c,v 1.21 2003/09/26 22:25:21 wiz Exp $");
 #endif
 #endif
 
@@ -297,7 +297,7 @@
 
 }
 /* write out definition of internal function (e.g. _printmsg_1(...))
-   which calls server's defintion of actual function (e.g. printmsg_1(...)).
+   which calls server's definition of actual function (e.g. printmsg_1(...)).
    Unpacks single user argument of printmsg_1 to call-by-value format
    expected by printmsg_1. */
 static void



Home | Main Index | Thread Index | Old Index