Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/installboot/arch s/programm/program/ and s/suuport/...
details: https://anonhg.NetBSD.org/src/rev/6b3040e9d4ca
branches: trunk
changeset: 373527:6b3040e9d4ca
user: andvar <andvar%NetBSD.org@localhost>
date: Tue Feb 14 20:27:17 2023 +0000
description:
s/programm/program/ and s/suuport/support/ in comments and message.
diffstat:
sys/arch/amiga/dev/grf_cl.c | 8 ++++----
usr.sbin/installboot/arch/next68k.c | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r 818df9d23568 -r 6b3040e9d4ca sys/arch/amiga/dev/grf_cl.c
--- a/sys/arch/amiga/dev/grf_cl.c Tue Feb 14 18:58:55 2023 +0000
+++ b/sys/arch/amiga/dev/grf_cl.c Tue Feb 14 20:27:17 2023 +0000
@@ -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 @@
*
* 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 @@
/*
* 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
*/
diff -r 818df9d23568 -r 6b3040e9d4ca usr.sbin/installboot/arch/next68k.c
--- a/usr.sbin/installboot/arch/next68k.c Tue Feb 14 18:58:55 2023 +0000
+++ b/usr.sbin/installboot/arch/next68k.c Tue Feb 14 20:27:17 2023 +0000
@@ -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 @@
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);
Home |
Main Index |
Thread Index |
Old Index