Module Name:    src
Committed By:   andvar
Date:           Tue Feb 14 20:27:17 UTC 2023

Modified Files:
        src/sys/arch/amiga/dev: grf_cl.c
        src/usr.sbin/installboot/arch: next68k.c

Log Message:
s/programm/program/ and s/suuport/support/ in comments and message.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/amiga/dev/grf_cl.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/installboot/arch/next68k.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/dev/grf_cl.c
diff -u src/sys/arch/amiga/dev/grf_cl.c:1.55 src/sys/arch/amiga/dev/grf_cl.c:1.56
--- src/sys/arch/amiga/dev/grf_cl.c:1.55	Mon Mar 28 12:38:57 2022
+++ src/sys/arch/amiga/dev/grf_cl.c	Tue Feb 14 20:27:17 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: grf_cl.c,v 1.55 2022/03/28 12:38:57 riastradh Exp $ */
+/*	$NetBSD: grf_cl.c,v 1.56 2023/02/14 20:27:17 andvar Exp $ */
 
 /*
  * Copyright (c) 1997 Klaus Burkert
@@ -36,7 +36,7 @@
 #include "opt_amigacons.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grf_cl.c,v 1.55 2022/03/28 12:38:57 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grf_cl.c,v 1.56 2023/02/14 20:27:17 andvar Exp $");
 
 #include "grfcl.h"
 #include "ite.h"
@@ -60,7 +60,7 @@ __KERNEL_RCSID(0, "$NetBSD: grf_cl.c,v 1
  *
  * PicassoIV support bz Klaus "crest" Burkert.
  * Fixed interlace and doublescan, added clockdoubling and
- * HiColor&TrueColor suuport by crest 01/97
+ * HiColor&TrueColor support by crest 01/97
  *
  * Thanks to Village Tronic Marketing Gmbh for providing me with
  * a Picasso-II board.
@@ -1153,7 +1153,7 @@ cl_getcmap(struct grf_softc *gfp, struct
 
 /*
  * Some sort 'o Magic. Spectrum has some changes on the board to speed
- * up 15 and 16Bit modes. They can access these modes with easy-to-programm
+ * up 15 and 16Bit modes. They can access these modes with easy-to-program
  * rgbrgbrgb instead of rrrgggbbb. Side effect: when in 8Bit mode, rgb
  * is swapped to bgr. I wonder if we need to check for 8Bit though, ill
  */

Index: src/usr.sbin/installboot/arch/next68k.c
diff -u src/usr.sbin/installboot/arch/next68k.c:1.9 src/usr.sbin/installboot/arch/next68k.c:1.10
--- src/usr.sbin/installboot/arch/next68k.c:1.9	Tue May  7 04:35:31 2019
+++ src/usr.sbin/installboot/arch/next68k.c	Tue Feb 14 20:27:17 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: next68k.c,v 1.9 2019/05/07 04:35:31 thorpej Exp $ */
+/* $NetBSD: next68k.c,v 1.10 2023/02/14 20:27:17 andvar Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(__lint)
-__RCSID("$NetBSD: next68k.c,v 1.9 2019/05/07 04:35:31 thorpej Exp $");
+__RCSID("$NetBSD: next68k.c,v 1.10 2023/02/14 20:27:17 andvar Exp $");
 #endif /* !__lint */
 
 #include <sys/param.h>
@@ -205,7 +205,7 @@ next68k_setboot(ib_params *params)
 		labelupdated = 1;
 	}
 	if (params->flags & IB_VERBOSE)
-		printf("Boot programm locations%s: %d %d\n",
+		printf("Boot program locations%s: %d %d\n",
 		    labelupdated ? " updated" : "", b0 * sec_netonb_mult,
 		    b1 * sec_netonb_mult);
 

Reply via email to