Module Name:    src
Committed By:   wiz
Date:           Sun Aug  3 19:14:24 UTC 2014

Modified Files:
        src/lib/libc/arch/alpha/gen: flt_rounds.c
        src/lib/libc/include/isc: dst.h
        src/share/zoneinfo: leap-seconds.list
        src/sys/arch/arm/allwinner: awin_reg.h
        src/sys/arch/arm/samsung: exynos_reg.h
        src/sys/arch/xen/include/xen-public/xsm: acm.h
        src/sys/dev/ic: athioctl.h
        src/sys/dev/pci/n8/include_private: n8_sks.h
        src/sys/external/bsd/drm2/dist/drm/radeon: atombios.h
        src/sys/external/isc/atheros_hal/dist/ar5210: ar5210reg.h
        src/sys/kern: kern_runq.c
        src/sys/sys: mman.h

Log Message:
defintion -> definition


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/alpha/gen/flt_rounds.c
cvs rdiff -u -r1.1.1.4 -r1.2 src/lib/libc/include/isc/dst.h
cvs rdiff -u -r1.1.1.1 -r1.2 src/share/zoneinfo/leap-seconds.list
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/allwinner/awin_reg.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/samsung/exynos_reg.h
cvs rdiff -u -r1.1.1.2 -r1.2 src/sys/arch/xen/include/xen-public/xsm/acm.h
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/athioctl.h
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/n8/include_private/n8_sks.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/sys/external/bsd/drm2/dist/drm/radeon/atombios.h
cvs rdiff -u -r1.2 -r1.3 \
    src/sys/external/isc/atheros_hal/dist/ar5210/ar5210reg.h
cvs rdiff -u -r1.42 -r1.43 src/sys/kern/kern_runq.c
cvs rdiff -u -r1.47 -r1.48 src/sys/sys/mman.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/arch/alpha/gen/flt_rounds.c
diff -u src/lib/libc/arch/alpha/gen/flt_rounds.c:1.9 src/lib/libc/arch/alpha/gen/flt_rounds.c:1.10
--- src/lib/libc/arch/alpha/gen/flt_rounds.c:1.9	Sun Jun 12 05:44:36 2011
+++ src/lib/libc/arch/alpha/gen/flt_rounds.c	Sun Aug  3 19:14:24 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: flt_rounds.c,v 1.9 2011/06/12 05:44:36 matt Exp $ */
+/* $NetBSD: flt_rounds.c,v 1.10 2014/08/03 19:14:24 wiz Exp $ */
 
 /*
  * Copyright (c) 1995 Christopher G. Demetriou
@@ -36,7 +36,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: flt_rounds.c,v 1.9 2011/06/12 05:44:36 matt Exp $");
+__RCSID("$NetBSD: flt_rounds.c,v 1.10 2014/08/03 19:14:24 wiz Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
@@ -44,7 +44,7 @@ __RCSID("$NetBSD: flt_rounds.c,v 1.9 201
 #include <machine/float.h>
 
 /*
- * These come from <float.h> defintion
+ * These come from <float.h> definition
  */
 #define	FLT_ROUND_MAP \
 	( (0 << (FP_RZ*2))	/* round to zero */			\

Index: src/lib/libc/include/isc/dst.h
diff -u src/lib/libc/include/isc/dst.h:1.1.1.4 src/lib/libc/include/isc/dst.h:1.2
--- src/lib/libc/include/isc/dst.h:1.1.1.4	Sun Apr 12 16:35:44 2009
+++ src/lib/libc/include/isc/dst.h	Sun Aug  3 19:14:24 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: dst.h,v 1.1.1.4 2009/04/12 16:35:44 christos Exp $	*/
+/*	$NetBSD: dst.h,v 1.2 2014/08/03 19:14:24 wiz Exp $	*/
 
 #ifndef DST_H
 #define DST_H
@@ -55,7 +55,7 @@ typedef struct dst_key {
 #define	dst_write_key		__dst_write_key
 
 /* 
- * DST Crypto API defintions 
+ * DST Crypto API definitions 
  */
 void     dst_init(void);
 int      dst_check_algorithm(const int);

Index: src/share/zoneinfo/leap-seconds.list
diff -u src/share/zoneinfo/leap-seconds.list:1.1.1.1 src/share/zoneinfo/leap-seconds.list:1.2
--- src/share/zoneinfo/leap-seconds.list:1.1.1.1	Thu Dec 26 16:41:00 2013
+++ src/share/zoneinfo/leap-seconds.list	Sun Aug  3 19:14:24 2014
@@ -44,7 +44,7 @@
 #	by the International Bureau of Weights and Measures
 #	(BIPM). See www.bipm.fr for more information.
 #
-#	3. The current defintion of the relationship between UTC 
+#	3. The current definition of the relationship between UTC 
 #	and TAI dates from 1 January 1972. A number of different 
 #	time scales were in use before than epoch, and it can be 
 #	quite difficult to compute precise timestamps and time 

Index: src/sys/arch/arm/allwinner/awin_reg.h
diff -u src/sys/arch/arm/allwinner/awin_reg.h:1.13 src/sys/arch/arm/allwinner/awin_reg.h:1.14
--- src/sys/arch/arm/allwinner/awin_reg.h:1.13	Thu Mar 13 23:44:31 2014
+++ src/sys/arch/arm/allwinner/awin_reg.h	Sun Aug  3 19:14:24 2014
@@ -231,7 +231,7 @@
 #define AWIN_DRAM_HPCR_PRIORITY_LEVEL	__BIT(2)
 #define AWIN_DRAM_HPCR_ACCESS_EN	__BIT(0)
 
-/* DMA controller defintions */
+/* DMA controller definitions */
 #define AWIN_DMA_IRQ_EN_REG		0x0000
 #define AWIN_DMA_IRQ_PEND_STA_REG	0x0004
 #define AWIN_NDMA_AUTO_GATE_REG		0x0008

Index: src/sys/arch/arm/samsung/exynos_reg.h
diff -u src/sys/arch/arm/samsung/exynos_reg.h:1.6 src/sys/arch/arm/samsung/exynos_reg.h:1.7
--- src/sys/arch/arm/samsung/exynos_reg.h:1.6	Tue Jun  3 15:56:14 2014
+++ src/sys/arch/arm/samsung/exynos_reg.h	Sun Aug  3 19:14:24 2014
@@ -142,7 +142,7 @@
 
 #define EXYNOS_GPIO_FUNC_INPUT		0x0
 #define EXYNOS_GPIO_FUNC_OUTPUT		0x1
-/* intermediate values are devices, defintions dependent on pin */
+/* intermediate values are devices, definitions dependent on pin */
 #define EXYNOS_GPIO_FUNC_EXTINT		0xF
 
 #define EXYNOS_GPIO_PIN_FLOAT		0

Index: src/sys/arch/xen/include/xen-public/xsm/acm.h
diff -u src/sys/arch/xen/include/xen-public/xsm/acm.h:1.1.1.2 src/sys/arch/xen/include/xen-public/xsm/acm.h:1.2
--- src/sys/arch/xen/include/xen-public/xsm/acm.h:1.1.1.2	Wed Dec  7 14:41:16 2011
+++ src/sys/arch/xen/include/xen-public/xsm/acm.h	Sun Aug  3 19:14:24 2014
@@ -1,5 +1,5 @@
 /*
- * acm.h: Xen access control module interface defintions
+ * acm.h: Xen access control module interface definitions
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to

Index: src/sys/dev/ic/athioctl.h
diff -u src/sys/dev/ic/athioctl.h:1.14 src/sys/dev/ic/athioctl.h:1.15
--- src/sys/dev/ic/athioctl.h:1.14	Sun Mar  4 06:01:50 2007
+++ src/sys/dev/ic/athioctl.h	Sun Aug  3 19:14:24 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: athioctl.h,v 1.14 2007/03/04 06:01:50 christos Exp $	*/
+/*	$NetBSD: athioctl.h,v 1.15 2014/08/03 19:14:24 wiz Exp $	*/
 
 /*-
  * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -39,7 +39,7 @@
  */
 
 /*
- * Ioctl-related defintions for the Atheros Wireless LAN controller driver.
+ * Ioctl-related definitions for the Atheros Wireless LAN controller driver.
  */
 #ifndef _DEV_ATH_ATHIOCTL_H
 #define _DEV_ATH_ATHIOCTL_H

Index: src/sys/dev/pci/n8/include_private/n8_sks.h
diff -u src/sys/dev/pci/n8/include_private/n8_sks.h:1.1 src/sys/dev/pci/n8/include_private/n8_sks.h:1.2
--- src/sys/dev/pci/n8/include_private/n8_sks.h:1.1	Thu Oct 30 12:02:15 2008
+++ src/sys/dev/pci/n8/include_private/n8_sks.h	Sun Aug  3 19:14:24 2014
@@ -75,7 +75,7 @@
 
 #ifdef VX_BUILD
 /* This is defined here for VxWorks since the Windows based compiler */
-/* will not accept the defintion on the command line in the Makefile */
+/* will not accept the definition on the command line in the Makefile */
 #undef  SKS_KEY_NODE_PATH
 #define SKS_KEY_NODE_PATH               "/opt/NetOctave/sks/"
 #endif

Index: src/sys/external/bsd/drm2/dist/drm/radeon/atombios.h
diff -u src/sys/external/bsd/drm2/dist/drm/radeon/atombios.h:1.1.1.1 src/sys/external/bsd/drm2/dist/drm/radeon/atombios.h:1.2
--- src/sys/external/bsd/drm2/dist/drm/radeon/atombios.h:1.1.1.1	Wed Jul 16 19:35:27 2014
+++ src/sys/external/bsd/drm2/dist/drm/radeon/atombios.h	Sun Aug  3 19:14:24 2014
@@ -1711,9 +1711,9 @@ typedef struct _PIXEL_CLOCK_PARAMETERS_V
 #define PIXEL_CLOCK_V6_MISC_HDMI_BPP_MASK           0x0c
 #define PIXEL_CLOCK_V6_MISC_HDMI_24BPP              0x00
 #define PIXEL_CLOCK_V6_MISC_HDMI_36BPP              0x04
-#define PIXEL_CLOCK_V6_MISC_HDMI_36BPP_V6           0x08    //for V6, the correct defintion for 36bpp should be 2 for 36bpp(2:1)
+#define PIXEL_CLOCK_V6_MISC_HDMI_36BPP_V6           0x08    //for V6, the correct definition for 36bpp should be 2 for 36bpp(2:1)
 #define PIXEL_CLOCK_V6_MISC_HDMI_30BPP              0x08
-#define PIXEL_CLOCK_V6_MISC_HDMI_30BPP_V6           0x04    //for V6, the correct defintion for 30bpp should be 1 for 36bpp(5:4)
+#define PIXEL_CLOCK_V6_MISC_HDMI_30BPP_V6           0x04    //for V6, the correct definition for 30bpp should be 1 for 36bpp(5:4)
 #define PIXEL_CLOCK_V6_MISC_HDMI_48BPP              0x0c
 #define PIXEL_CLOCK_V6_MISC_REF_DIV_SRC             0x10
 #define PIXEL_CLOCK_V6_MISC_GEN_DPREFCLK            0x40
@@ -2036,7 +2036,7 @@ typedef struct _LVDS_ENCODER_CONTROL_PAR
 typedef struct _LVDS_ENCODER_CONTROL_PARAMETERS_V2
 {
   USHORT usPixelClock;  // in 10KHz; for bios convenient
-  UCHAR  ucMisc;        // see PANEL_ENCODER_MISC_xx defintions below
+  UCHAR  ucMisc;        // see PANEL_ENCODER_MISC_xx definitions below
   UCHAR  ucAction;      // 0: turn off encoder
                         // 1: setup and turn on encoder
   UCHAR  ucTruncate;    // bit0=0: Disable truncate
@@ -3732,7 +3732,7 @@ typedef struct _ATOM_DPCD_INFO
 #define ATOM_DPCD_MAX_LANE_MASK    0x1F
 
 /**************************************************************************/
-// VRAM usage and their defintions
+// VRAM usage and their definitions
 
 // One chunk of VRAM used by Bios are for HWICON surfaces,EDID data.
 // Current Mode timing and Dail Timing and/or STD timing data EACH device. They can be broken down as below.

Index: src/sys/external/isc/atheros_hal/dist/ar5210/ar5210reg.h
diff -u src/sys/external/isc/atheros_hal/dist/ar5210/ar5210reg.h:1.2 src/sys/external/isc/atheros_hal/dist/ar5210/ar5210reg.h:1.3
--- src/sys/external/isc/atheros_hal/dist/ar5210/ar5210reg.h:1.2	Mon May 30 13:58:23 2011
+++ src/sys/external/isc/atheros_hal/dist/ar5210/ar5210reg.h	Sun Aug  3 19:14:24 2014
@@ -14,13 +14,13 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * $Id: ar5210reg.h,v 1.2 2011/05/30 13:58:23 joerg Exp $
+ * $Id: ar5210reg.h,v 1.3 2014/08/03 19:14:24 wiz Exp $
  */
 #ifndef _DEV_ATH_AR5210REG_H
 #define _DEV_ATH_AR5210REG_H
 
 /*
- * Register defintions for the Atheros AR5210/5110 MAC/Basedband
+ * Register definitions for the Atheros AR5210/5110 MAC/Basedband
  * Processor for IEEE 802.11a 5-GHz Wireless LANs.
  */
 

Index: src/sys/kern/kern_runq.c
diff -u src/sys/kern/kern_runq.c:1.42 src/sys/kern/kern_runq.c:1.43
--- src/sys/kern/kern_runq.c:1.42	Tue Feb 25 18:30:11 2014
+++ src/sys/kern/kern_runq.c	Sun Aug  3 19:14:24 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: kern_runq.c,v 1.42 2014/02/25 18:30:11 pooka Exp $	*/
+/*	$NetBSD: kern_runq.c,v 1.43 2014/08/03 19:14:24 wiz Exp $	*/
 
 /*
  * Copyright (c) 2007, 2008 Mindaugas Rasiukevicius <rmind at NetBSD org>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_runq.c,v 1.42 2014/02/25 18:30:11 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_runq.c,v 1.43 2014/08/03 19:14:24 wiz Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -47,7 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: kern_runq.c,
 #include <sys/evcnt.h>
 
 /*
- * Priority related defintions.
+ * Priority related definitions.
  */
 #define	PRI_TS_COUNT	(NPRI_USER)
 #define	PRI_RT_COUNT	(PRI_COUNT - PRI_TS_COUNT)

Index: src/sys/sys/mman.h
diff -u src/sys/sys/mman.h:1.47 src/sys/sys/mman.h:1.48
--- src/sys/sys/mman.h:1.47	Fri Jul 18 12:36:57 2014
+++ src/sys/sys/mman.h	Sun Aug  3 19:14:24 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: mman.h,v 1.47 2014/07/18 12:36:57 christos Exp $	*/
+/*	$NetBSD: mman.h,v 1.48 2014/08/03 19:14:24 wiz Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -132,7 +132,7 @@ typedef	__off_t		off_t;		/* file offset 
 
 /*
  * POSIX memory avissory values.
- * Note: keep consistent with the original defintions below.
+ * Note: keep consistent with the original definitions below.
  */
 #define	POSIX_MADV_NORMAL	0	/* No further special treatment */
 #define	POSIX_MADV_RANDOM	1	/* Expect random page references */
@@ -142,7 +142,7 @@ typedef	__off_t		off_t;		/* file offset 
 
 #if defined(_NETBSD_SOURCE)
 /*
- * Original advice values, equivalent to POSIX defintions,
+ * Original advice values, equivalent to POSIX definitions,
  * and few implementation-specific ones.
  */
 #define	MADV_NORMAL		POSIX_MADV_NORMAL

Reply via email to