Source-Changes-HG archive

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

[src/trunk]: src/sys/arch s/definitons/definitions/



details:   https://anonhg.NetBSD.org/src/rev/df6e99a296e7
branches:  trunk
changeset: 1022856:df6e99a296e7
user:      andvar <andvar%NetBSD.org@localhost>
date:      Mon Aug 09 21:13:05 2021 +0000

description:
s/definitons/definitions/

diffstat:

 sys/arch/amiga/dev/grf_rh.c     |  6 +++---
 sys/arch/mips/include/cpuregs.h |  4 ++--
 sys/arch/mvme68k/dev/zsvar.h    |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 4dbaf38aa277 -r df6e99a296e7 sys/arch/amiga/dev/grf_rh.c
--- a/sys/arch/amiga/dev/grf_rh.c       Mon Aug 09 21:08:06 2021 +0000
+++ b/sys/arch/amiga/dev/grf_rh.c       Mon Aug 09 21:13:05 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grf_rh.c,v 1.59 2021/08/07 16:18:41 thorpej Exp $ */
+/*     $NetBSD: grf_rh.c,v 1.60 2021/08/09 21:13:05 andvar Exp $ */
 
 /*
  * Copyright (c) 1994 Markus Wild
@@ -34,7 +34,7 @@
 #include "opt_retina.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grf_rh.c,v 1.59 2021/08/07 16:18:41 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grf_rh.c,v 1.60 2021/08/09 21:13:05 andvar Exp $");
 
 #include "grfrh.h"
 #include "ite.h"
@@ -1221,7 +1221,7 @@
  * Make sure your maximum width (MW) and height (MH) are even multiples of
  * the fonts' width and height.
  *
- * You may use definitons created by the old DefineMonitor, but you'll get
+ * You may use definitions created by the old DefineMonitor, but you'll get
  * better results with the new DefineMonitor supplied along with the Retin Z3.
 */
 
diff -r 4dbaf38aa277 -r df6e99a296e7 sys/arch/mips/include/cpuregs.h
--- a/sys/arch/mips/include/cpuregs.h   Mon Aug 09 21:08:06 2021 +0000
+++ b/sys/arch/mips/include/cpuregs.h   Mon Aug 09 21:13:05 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuregs.h,v 1.111 2021/05/29 12:35:27 simonb Exp $     */
+/*     $NetBSD: cpuregs.h,v 1.112 2021/08/09 21:13:05 andvar Exp $     */
 
 /*
  * Copyright (c) 2009 Miodrag Vallat.
@@ -273,7 +273,7 @@
 #define        MIPS_SR_INT_ENA_PREV    MIPS1_SR_INT_ENA_PREV
 
 /*
- * R4000 status register bit definitons,
+ * R4000 status register bit definitions,
  * where different from r2000/r3000.
  */
 #define        MIPS3_SR_XX             0x80000000
diff -r 4dbaf38aa277 -r df6e99a296e7 sys/arch/mvme68k/dev/zsvar.h
--- a/sys/arch/mvme68k/dev/zsvar.h      Mon Aug 09 21:08:06 2021 +0000
+++ b/sys/arch/mvme68k/dev/zsvar.h      Mon Aug 09 21:13:05 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zsvar.h,v 1.12 2008/04/28 20:23:29 martin Exp $        */
+/*     $NetBSD: zsvar.h,v 1.13 2021/08/09 21:13:06 andvar Exp $        */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 /*
- * Non-exported definitons common to the different attachment
+ * Non-exported definitions common to the different attachment
  * types for the SCC on the Motorola MVME series of computers.
  */
 



Home | Main Index | Thread Index | Old Index