Source-Changes-HG archive

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

[src/trunk]: src/sys/arch s/diplay/display/ and s/DIPPLAY/DISPLAY/ in comments.



details:   https://anonhg.NetBSD.org/src/rev/689f04841a69
branches:  trunk
changeset: 374034:689f04841a69
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sun Mar 26 15:12:34 2023 +0000

description:
s/diplay/display/ and s/DIPPLAY/DISPLAY/ in comments.

diffstat:

 sys/arch/mac68k/dev/ite_compat.c |  6 +++---
 sys/arch/vax/vsa/smg.c           |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 5c11b41865c7 -r 689f04841a69 sys/arch/mac68k/dev/ite_compat.c
--- a/sys/arch/mac68k/dev/ite_compat.c  Sun Mar 26 15:08:24 2023 +0000
+++ b/sys/arch/mac68k/dev/ite_compat.c  Sun Mar 26 15:12:34 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ite_compat.c,v 1.13 2015/08/20 14:40:17 christos Exp $ */
+/*     $NetBSD: ite_compat.c,v 1.14 2023/03/26 15:12:34 andvar Exp $   */
 
 /*
  * Copyright (C) 2000 Scott Reynolds
@@ -30,13 +30,13 @@
 /*
  * The main thing to realize about this emulator is that the old console
  * emulator was largely compatible with the DEC VT-220.  Since the
- * wsdiplay driver has a more complete emulation of that terminal, it's
+ * wsdisplay driver has a more complete emulation of that terminal, it's
  * reasonable to pass virtually everything up to that driver without
  * modification.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ite_compat.c,v 1.13 2015/08/20 14:40:17 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ite_compat.c,v 1.14 2023/03/26 15:12:34 andvar Exp $");
 
 #include "ite.h"
 #include "wsdisplay.h"
diff -r 5c11b41865c7 -r 689f04841a69 sys/arch/vax/vsa/smg.c
--- a/sys/arch/vax/vsa/smg.c    Sun Mar 26 15:08:24 2023 +0000
+++ b/sys/arch/vax/vsa/smg.c    Sun Mar 26 15:12:34 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smg.c,v 1.64 2023/02/11 05:59:39 tsutsui Exp $ */
+/*     $NetBSD: smg.c,v 1.65 2023/03/26 15:12:34 andvar Exp $ */
 /*     $OpenBSD: smg.c,v 1.28 2014/12/23 21:39:12 miod Exp $   */
 /*
  * Copyright (c) 2006, Miodrag Vallat
@@ -117,7 +117,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smg.c,v 1.64 2023/02/11 05:59:39 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smg.c,v 1.65 2023/03/26 15:12:34 andvar Exp $");
 
 #include "dzkbd.h"
 #include "wsdisplay.h"
@@ -675,7 +675,7 @@ smg_putchar(void *cookie, int row, int s
                         * WSDISPLAY_FONTORDER_R2L to use proper shift ops.
                         * On the other hand, VRAM data is stored in
                         * WSDISPLAY_FONTORDER_R2L bitorder and
-                        * WSDIPPLAY_FONTORDER_L2R byteorder.
+                        * WSDISPLAY_FONTORDER_L2R byteorder.
                         */
                        glyph = 0;
                        for (i = ri->ri_font->stride; i != 0; i--)



Home | Main Index | Thread Index | Old Index