Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Improve spelling: regsister -> register
details: https://anonhg.NetBSD.org/src/rev/44843210993b
branches: trunk
changeset: 339301:44843210993b
user: kamil <kamil%NetBSD.org@localhost>
date: Sat Jul 11 10:15:33 2015 +0000
description:
Improve spelling: regsister -> register
This change is non-functional.
Approved by <riastradh>, <pgoyette>
diffstat:
sys/arch/amd64/amd64/genassym.cf | 4 ++--
sys/dev/pci/n8/common/n8_rn_common.h | 3 +--
sys/dev/pci/n8/common/nsp2000_regs.h | 4 +---
3 files changed, 4 insertions(+), 7 deletions(-)
diffs (53 lines):
diff -r a1ff6b072e95 -r 44843210993b sys/arch/amd64/amd64/genassym.cf
--- a/sys/arch/amd64/amd64/genassym.cf Sat Jul 11 09:54:06 2015 +0000
+++ b/sys/arch/amd64/amd64/genassym.cf Sat Jul 11 10:15:33 2015 +0000
@@ -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 @@
# 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)
diff -r a1ff6b072e95 -r 44843210993b sys/dev/pci/n8/common/n8_rn_common.h
--- a/sys/dev/pci/n8/common/n8_rn_common.h Sat Jul 11 09:54:06 2015 +0000
+++ b/sys/dev/pci/n8/common/n8_rn_common.h Sat Jul 11 10:15:33 2015 +0000
@@ -131,7 +131,7 @@
/* 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 @@
#endif
-
diff -r a1ff6b072e95 -r 44843210993b sys/dev/pci/n8/common/nsp2000_regs.h
--- a/sys/dev/pci/n8/common/nsp2000_regs.h Sat Jul 11 09:54:06 2015 +0000
+++ b/sys/dev/pci/n8/common/nsp2000_regs.h Sat Jul 11 10:15:33 2015 +0000
@@ -159,7 +159,7 @@
/* 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 @@
#endif /* NSP2000_REGS_H */
-
-
Home |
Main Index |
Thread Index |
Old Index