Module Name: src
Committed By: andvar
Date: Sun Mar 26 15:12:34 UTC 2023
Modified Files:
src/sys/arch/mac68k/dev: ite_compat.c
src/sys/arch/vax/vsa: smg.c
Log Message:
s/diplay/display/ and s/DIPPLAY/DISPLAY/ in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mac68k/dev/ite_compat.c
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/vax/vsa/smg.c
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/mac68k/dev/ite_compat.c
diff -u src/sys/arch/mac68k/dev/ite_compat.c:1.13 src/sys/arch/mac68k/dev/ite_compat.c:1.14
--- src/sys/arch/mac68k/dev/ite_compat.c:1.13 Thu Aug 20 14:40:17 2015
+++ src/sys/arch/mac68k/dev/ite_compat.c Sun Mar 26 15:12:34 2023
@@ -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"
Index: src/sys/arch/vax/vsa/smg.c
diff -u src/sys/arch/vax/vsa/smg.c:1.64 src/sys/arch/vax/vsa/smg.c:1.65
--- src/sys/arch/vax/vsa/smg.c:1.64 Sat Feb 11 05:59:39 2023
+++ src/sys/arch/vax/vsa/smg.c Sun Mar 26 15:12:34 2023
@@ -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--)