Source-Changes-HG archive

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

[src/trunk]: src/sys/arch s/dipslay/display/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/9b0d4acfadb0
branches:  trunk
changeset: 374035:9b0d4acfadb0
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Mar 26 15:24:21 2023 +0000

description:
s/dipslay/display/ in comments.

diffstat:

 sys/arch/amiga/dev/view.c      |  6 +++---
 sys/arch/amiga/dev/viewioctl.h |  4 ++--
 sys/arch/amiga/dev/viewvar.h   |  4 ++--
 sys/arch/atari/dev/view.c      |  6 +++---
 sys/arch/atari/dev/viewvar.h   |  4 ++--
 5 files changed, 12 insertions(+), 12 deletions(-)

diffs (106 lines):

diff -r 689f04841a69 -r 9b0d4acfadb0 sys/arch/amiga/dev/view.c
--- a/sys/arch/amiga/dev/view.c Sun Mar 26 15:12:34 2023 +0000
+++ b/sys/arch/amiga/dev/view.c Sun Mar 26 15:24:21 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: view.c,v 1.34 2021/09/19 10:34:07 andvar Exp $ */
+/*     $NetBSD: view.c,v 1.35 2023/03/26 15:24:22 andvar Exp $ */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -31,14 +31,14 @@
  */
 
 /* The view major device is a placeholder device.  It serves
- * simply to map the semantics of a graphics dipslay to
+ * simply to map the semantics of a graphics display to
  * the semantics of a character block device.  In other
  * words the graphics system as currently built does not like to be
  * referred to by open/close/ioctl.  This device serves as
  * a interface to graphics. */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: view.c,v 1.34 2021/09/19 10:34:07 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: view.c,v 1.35 2023/03/26 15:24:22 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 689f04841a69 -r 9b0d4acfadb0 sys/arch/amiga/dev/viewioctl.h
--- a/sys/arch/amiga/dev/viewioctl.h    Sun Mar 26 15:12:34 2023 +0000
+++ b/sys/arch/amiga/dev/viewioctl.h    Sun Mar 26 15:24:21 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: viewioctl.h,v 1.11 2021/09/19 10:34:07 andvar Exp $    */
+/*     $NetBSD: viewioctl.h,v 1.12 2023/03/26 15:24:22 andvar Exp $    */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -32,7 +32,7 @@
 
 /*
  * The view major device is a placeholder device.  It serves
- * simply to map the semantics of a graphics dipslay to
+ * simply to map the semantics of a graphics display to
  * the semantics of a character block device.  In other
  * words the graphics system as currently built does not like to be
  * referred to by open/close/ioctl.  This device serves as
diff -r 689f04841a69 -r 9b0d4acfadb0 sys/arch/amiga/dev/viewvar.h
--- a/sys/arch/amiga/dev/viewvar.h      Sun Mar 26 15:12:34 2023 +0000
+++ b/sys/arch/amiga/dev/viewvar.h      Sun Mar 26 15:24:21 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: viewvar.h,v 1.5 2021/09/19 10:34:07 andvar Exp $       */
+/*     $NetBSD: viewvar.h,v 1.6 2023/03/26 15:24:22 andvar Exp $       */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -31,7 +31,7 @@
  */
 
 /* The view major device is a placeholder device.  It serves
- * simply to map the semantics of a graphics dipslay to
+ * simply to map the semantics of a graphics display to
  * the semantics of a character block device.  In other
  * words the graphics system as currently built does not like to be
  * referred to by open/close/ioctl.  This device serves as
diff -r 689f04841a69 -r 9b0d4acfadb0 sys/arch/atari/dev/view.c
--- a/sys/arch/atari/dev/view.c Sun Mar 26 15:12:34 2023 +0000
+++ b/sys/arch/atari/dev/view.c Sun Mar 26 15:24:21 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: view.c,v 1.38 2023/01/06 10:28:28 tsutsui Exp $        */
+/*     $NetBSD: view.c,v 1.39 2023/03/26 15:24:21 andvar Exp $ */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -31,14 +31,14 @@
  */
 
 /* The view major device is a placeholder device.  It serves
- * simply to map the semantics of a graphics dipslay to
+ * simply to map the semantics of a graphics display to
  * the semantics of a character block device.  In other
  * words the graphics system as currently built does not like to be
  * referred to by open/close/ioctl.  This device serves as
  * a interface to graphics. */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: view.c,v 1.38 2023/01/06 10:28:28 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: view.c,v 1.39 2023/03/26 15:24:21 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 689f04841a69 -r 9b0d4acfadb0 sys/arch/atari/dev/viewvar.h
--- a/sys/arch/atari/dev/viewvar.h      Sun Mar 26 15:12:34 2023 +0000
+++ b/sys/arch/atari/dev/viewvar.h      Sun Mar 26 15:24:21 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: viewvar.h,v 1.8 2021/09/19 10:34:08 andvar Exp $       */
+/*     $NetBSD: viewvar.h,v 1.9 2023/03/26 15:24:21 andvar Exp $       */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -31,7 +31,7 @@
  */
 
 /* The view major device is a placeholder device.  It serves
- * simply to map the semantics of a graphics dipslay to
+ * simply to map the semantics of a graphics display to
  * the semantics of a character block device.  In other
  * words the graphics system as currently built does not like to be
  * referred to by open/close/ioctl.  This device serves as



Home | Main Index | Thread Index | Old Index