Module Name: src
Committed By: andvar
Date: Sun May 29 10:43:19 UTC 2022
Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL MDINSTALL
src/sys/arch/amigappc/conf: GENERIC NULL
src/sys/dev/rasops: rasops2.c
Log Message:
s/littel/little/ mainly in copy pasted comments.
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.333 -r1.334 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.148 -r1.149 src/sys/arch/amiga/conf/GENERIC.in
cvs rdiff -u -r1.138 -r1.139 src/sys/arch/amiga/conf/INSTALL
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/amiga/conf/MDINSTALL
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/amigappc/conf/GENERIC
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/amigappc/conf/NULL
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/rasops/rasops2.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/amiga/conf/DRACO
diff -u src/sys/arch/amiga/conf/DRACO:1.198 src/sys/arch/amiga/conf/DRACO:1.199
--- src/sys/arch/amiga/conf/DRACO:1.198 Tue Jan 26 10:50:20 2021
+++ src/sys/arch/amiga/conf/DRACO Sun May 29 10:43:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.198 2021/01/26 10:50:20 rin Exp $
+# $NetBSD: DRACO,v 1.199 2022/05/29 10:43:19 andvar Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.198 $"
+#ident "GENERIC-$Revision: 1.199 $"
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -199,7 +199,7 @@ options KFONT_CONS_ISO8859_1
#options ULOWELL_OSC2=66667000
# This is how you specify the blitting speed, higher values may speed up blits
-# a littel bit. If you raise this value too much some trash may appear.
+# a little bit. If you raise this value too much some trash may appear.
# the commented version is the default.
#options RH_MEMCLK=61000000
# this option enables the 64 bit sprite which does not work
Index: src/sys/arch/amiga/conf/GENERIC
diff -u src/sys/arch/amiga/conf/GENERIC:1.333 src/sys/arch/amiga/conf/GENERIC:1.334
--- src/sys/arch/amiga/conf/GENERIC:1.333 Tue Jan 26 10:50:20 2021
+++ src/sys/arch/amiga/conf/GENERIC Sun May 29 10:43:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.333 2021/01/26 10:50:20 rin Exp $
+# $NetBSD: GENERIC,v 1.334 2022/05/29 10:43:19 andvar Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.333 $"
+#ident "GENERIC-$Revision: 1.334 $"
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -226,7 +226,7 @@ options KFONT_CONS_ISO8859_1
#options ULOWELL_OSC2=66667000
# This is how you specify the blitting speed, higher values may speed up blits
-# a littel bit. If you raise this value too much some trash may appear.
+# a little bit. If you raise this value too much some trash may appear.
# the commented version is the default.
#options RH_MEMCLK=61000000
# this option enables the 64 bit sprite which does not work
Index: src/sys/arch/amiga/conf/GENERIC.in
diff -u src/sys/arch/amiga/conf/GENERIC.in:1.148 src/sys/arch/amiga/conf/GENERIC.in:1.149
--- src/sys/arch/amiga/conf/GENERIC.in:1.148 Thu Jan 21 06:51:54 2021
+++ src/sys/arch/amiga/conf/GENERIC.in Sun May 29 10:43:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.148 2021/01/21 06:51:54 nia Exp $
+# $NetBSD: GENERIC.in,v 1.149 2022/05/29 10:43:19 andvar Exp $
#
##
# GENERIC machine description file
@@ -52,7 +52,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.148 $"
+#ident "GENERIC-$Revision: 1.149 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os -fno-omit-frame-pointer"
@@ -282,7 +282,7 @@ options KFONT_CONS_ISO8859_1
#options ULOWELL_OSC2=66667000
# This is how you specify the blitting speed, higher values may speed up blits
-# a littel bit. If you raise this value too much some trash may appear.
+# a little bit. If you raise this value too much some trash may appear.
# the commented version is the default.
#options RH_MEMCLK=61000000
# this option enables the 64 bit sprite which does not work
Index: src/sys/arch/amiga/conf/INSTALL
diff -u src/sys/arch/amiga/conf/INSTALL:1.138 src/sys/arch/amiga/conf/INSTALL:1.139
--- src/sys/arch/amiga/conf/INSTALL:1.138 Tue Jan 26 10:50:20 2021
+++ src/sys/arch/amiga/conf/INSTALL Sun May 29 10:43:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.138 2021/01/26 10:50:20 rin Exp $
+# $NetBSD: INSTALL,v 1.139 2022/05/29 10:43:19 andvar Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.138 $"
+#ident "GENERIC-$Revision: 1.139 $"
makeoptions COPTS="-Os -fno-omit-frame-pointer"
@@ -190,7 +190,7 @@ options KFONT_CONS_ISO8859_1
#options ULOWELL_OSC2=66667000
# This is how you specify the blitting speed, higher values may speed up blits
-# a littel bit. If you raise this value too much some trash may appear.
+# a little bit. If you raise this value too much some trash may appear.
# the commented version is the default.
#options RH_MEMCLK=61000000
# this option enables the 64 bit sprite which does not work
Index: src/sys/arch/amiga/conf/MDINSTALL
diff -u src/sys/arch/amiga/conf/MDINSTALL:1.35 src/sys/arch/amiga/conf/MDINSTALL:1.36
--- src/sys/arch/amiga/conf/MDINSTALL:1.35 Tue Dec 13 20:42:16 2016
+++ src/sys/arch/amiga/conf/MDINSTALL Sun May 29 10:43:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: MDINSTALL,v 1.35 2016/12/13 20:42:16 christos Exp $
+# $NetBSD: MDINSTALL,v 1.36 2022/05/29 10:43:19 andvar Exp $
#
# INSTALL kernel for ramdisk installation
@@ -117,7 +117,7 @@ options KFONT_CONS_ISO8859_1
#options ULOWELL_OSC2=66667000
# This is how you specify the blitting speed, higher values may speed up blits
-# a littel bit. If you raise this value too much some trash may appear.
+# a little bit. If you raise this value too much some trash may appear.
# the commented version is the default.
#options RH_MEMCLK=61000000
# this option enables the 64 bit sprite which does not work
Index: src/sys/arch/amigappc/conf/GENERIC
diff -u src/sys/arch/amigappc/conf/GENERIC:1.41 src/sys/arch/amigappc/conf/GENERIC:1.42
--- src/sys/arch/amigappc/conf/GENERIC:1.41 Thu Jan 21 06:51:54 2021
+++ src/sys/arch/amigappc/conf/GENERIC Sun May 29 10:43:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.41 2021/01/21 06:51:54 nia Exp $
+# $NetBSD: GENERIC,v 1.42 2022/05/29 10:43:19 andvar Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/amigappc/conf/std.amigappc
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.41 $"
+#ident "GENERIC-$Revision: 1.42 $"
maxusers 8
@@ -177,7 +177,7 @@ options KFONT_CONS_ISO8859_1
#options ULOWELL_OSC2=66667000
# This is how you specify the blitting speed, higher values may speed up blits
-# a littel bit. If you raise this value too much some trash may appear.
+# a little bit. If you raise this value too much some trash may appear.
# the commented version is the default.
#options RH_MEMCLK=61000000
# this option enables the 64 bit sprite which does not work
Index: src/sys/arch/amigappc/conf/NULL
diff -u src/sys/arch/amigappc/conf/NULL:1.60 src/sys/arch/amigappc/conf/NULL:1.61
--- src/sys/arch/amigappc/conf/NULL:1.60 Thu Jan 21 06:51:54 2021
+++ src/sys/arch/amigappc/conf/NULL Sun May 29 10:43:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: NULL,v 1.60 2021/01/21 06:51:54 nia Exp $
+# $NetBSD: NULL,v 1.61 2022/05/29 10:43:19 andvar Exp $
#
# NULL machine description file
#
@@ -7,7 +7,7 @@ include "arch/amigappc/conf/std.amigappc
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.60 $"
+#ident "GENERIC-$Revision: 1.61 $"
maxusers 8
@@ -163,7 +163,7 @@ options KFONT_CONS_ISO8859_1
#options ULOWELL_OSC2=66667000
# This is how you specify the blitting speed, higher values may speed up blits
-# a littel bit. If you raise this value too much some trash may appear.
+# a little bit. If you raise this value too much some trash may appear.
# the commented version is the default.
#options RH_MEMCLK=61000000
# this option enables the 64 bit sprite which does not work
Index: src/sys/dev/rasops/rasops2.c
diff -u src/sys/dev/rasops/rasops2.c:1.33 src/sys/dev/rasops/rasops2.c:1.34
--- src/sys/dev/rasops/rasops2.c:1.33 Wed Aug 14 00:51:10 2019
+++ src/sys/dev/rasops/rasops2.c Sun May 29 10:43:19 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: rasops2.c,v 1.33 2019/08/14 00:51:10 rin Exp $ */
+/* $NetBSD: rasops2.c,v 1.34 2022/05/29 10:43:19 andvar Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rasops2.c,v 1.33 2019/08/14 00:51:10 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rasops2.c,v 1.34 2022/05/29 10:43:19 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_rasops.h"
@@ -139,7 +139,7 @@ rasops2_makestamp(struct rasops_info *ri
if ((ri->ri_flg & RI_BSWAP) != 0)
#endif
{
- /* littel endian */
+ /* little endian */
stamp[i] = (i & 8 ? fg : bg);
stamp[i] |= (i & 4 ? fg : bg) << 2;
stamp[i] |= (i & 2 ? fg : bg) << 4;