Module Name: src Committed By: kamil Date: Sat Jul 11 10:15:33 UTC 2015
Modified Files: src/sys/arch/amd64/amd64: genassym.cf src/sys/dev/pci/n8/common: n8_rn_common.h nsp2000_regs.h Log Message: Improve spelling: regsister -> register This change is non-functional. Approved by <riastradh>, <pgoyette> To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/amd64/amd64/genassym.cf cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/n8/common/n8_rn_common.h \ src/sys/dev/pci/n8/common/nsp2000_regs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/amd64/genassym.cf diff -u src/sys/arch/amd64/amd64/genassym.cf:1.56 src/sys/arch/amd64/amd64/genassym.cf:1.57 --- src/sys/arch/amd64/amd64/genassym.cf:1.56 Thu Feb 20 18:19:09 2014 +++ src/sys/arch/amd64/amd64/genassym.cf Sat Jul 11 10:15:33 2015 @@ -1,4 +1,4 @@ -# $NetBSD: genassym.cf,v 1.56 2014/02/20 18:19:09 dsl Exp $ +# $NetBSD: genassym.cf,v 1.57 2015/07/11 10:15:33 kamil Exp $ # # Copyright (c) 1998, 2006, 2007, 2008 The NetBSD Foundation, Inc. @@ -218,7 +218,7 @@ define TF_SS offsetof(struct trapframe # Size of stack area needed for saving registers define TF_REGSIZE offsetof(struct trapframe, tf_trapno) -# Total size includes regsisters pushed by hardware +# Total size includes registers pushed by hardware define FRAMESIZE sizeof(struct trapframe) define CPU_INFO_SCRATCH offsetof(struct cpu_info, ci_scratch) Index: src/sys/dev/pci/n8/common/n8_rn_common.h diff -u src/sys/dev/pci/n8/common/n8_rn_common.h:1.1 src/sys/dev/pci/n8/common/n8_rn_common.h:1.2 --- src/sys/dev/pci/n8/common/n8_rn_common.h:1.1 Thu Oct 30 12:02:14 2008 +++ src/sys/dev/pci/n8/common/n8_rn_common.h Sat Jul 11 10:15:33 2015 @@ -131,7 +131,7 @@ typedef struct /* RNG REGISTERS - RNG Buffer - RNH REGISTERS */ -/* 64-bit regsisters in the RNG must be read/written using the Most */ +/* 64-bit registers in the RNG must be read/written using the Most */ /* Significant Word first, in order to access the full 64bit value. */ typedef struct @@ -189,4 +189,3 @@ typedef struct #endif - Index: src/sys/dev/pci/n8/common/nsp2000_regs.h diff -u src/sys/dev/pci/n8/common/nsp2000_regs.h:1.1 src/sys/dev/pci/n8/common/nsp2000_regs.h:1.2 --- src/sys/dev/pci/n8/common/nsp2000_regs.h:1.1 Thu Oct 30 12:02:14 2008 +++ src/sys/dev/pci/n8/common/nsp2000_regs.h Sat Jul 11 10:15:33 2015 @@ -159,7 +159,7 @@ typedef struct /* RNG REGISTERS - RNG Buffer - RNH REGISTERS */ - /* 64-bit regsisters in the RNG must be read/written using the Most */ + /* 64-bit registers in the RNG must be read/written using the Most */ /* Significant Word first, in order to access the full 64bit value. */ vuint32_t rng_reserved0; /* C000 */ vuint32_t rng_tod_seconds; /* C004 */ @@ -256,5 +256,3 @@ typedef struct #endif /* NSP2000_REGS_H */ - -