Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/forground/foreground/ in comments.
details: https://anonhg.NetBSD.org/src/rev/d56c286baf3a
branches: trunk
changeset: 1029046:d56c286baf3a
user: andvar <andvar%NetBSD.org@localhost>
date: Sun Dec 19 21:15:27 2021 +0000
description:
s/forground/foreground/ in comments.
diffstat:
bin/sh/jobs.c | 6 +++---
sys/dev/hpc/hpcfb.c | 6 +++---
sys/dev/pci/pm2fb.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r 01586b67c2e7 -r d56c286baf3a bin/sh/jobs.c
--- a/bin/sh/jobs.c Sun Dec 19 21:02:49 2021 +0000
+++ b/bin/sh/jobs.c Sun Dec 19 21:15:27 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: jobs.c,v 1.114 2021/10/10 18:46:25 rillig Exp $ */
+/* $NetBSD: jobs.c,v 1.115 2021/12/19 21:15:27 andvar Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: jobs.c,v 1.114 2021/10/10 18:46:25 rillig Exp $");
+__RCSID("$NetBSD: jobs.c,v 1.115 2021/12/19 21:15:27 andvar Exp $");
#endif
#endif /* not lint */
@@ -1308,7 +1308,7 @@
* the interactive program catches interrupts, the user doesn't want
* these interrupts to also abort the loop. The approach we take here
* is to have the shell ignore interrupt signals while waiting for a
- * forground process to terminate, and then send itself an interrupt
+ * foreground process to terminate, and then send itself an interrupt
* signal if the child process was terminated by an interrupt signal.
* Unfortunately, some programs want to do a bit of cleanup and then
* exit on interrupt; unless these processes terminate themselves by
diff -r 01586b67c2e7 -r d56c286baf3a sys/dev/hpc/hpcfb.c
--- a/sys/dev/hpc/hpcfb.c Sun Dec 19 21:02:49 2021 +0000
+++ b/sys/dev/hpc/hpcfb.c Sun Dec 19 21:15:27 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hpcfb.c,v 1.64 2021/09/18 15:14:41 tsutsui Exp $ */
+/* $NetBSD: hpcfb.c,v 1.65 2021/12/19 21:15:28 andvar Exp $ */
/*-
* Copyright (c) 1999
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.64 2021/09/18 15:14:41 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpcfb.c,v 1.65 2021/12/19 21:15:28 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_hpcfb.h"
@@ -516,7 +516,7 @@
int i, j, bg, fg, tmp;
/*
- * Set forground and background so that the screen
+ * Set foreground and background so that the screen
* looks black on white.
* Normally, black = 00 and white = ff.
* HPCFB_ACCESS_REVERSE means black = ff and white = 00.
diff -r 01586b67c2e7 -r d56c286baf3a sys/dev/pci/pm2fb.c
--- a/sys/dev/pci/pm2fb.c Sun Dec 19 21:02:49 2021 +0000
+++ b/sys/dev/pci/pm2fb.c Sun Dec 19 21:15:27 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pm2fb.c,v 1.33 2021/08/07 16:19:14 thorpej Exp $ */
+/* $NetBSD: pm2fb.c,v 1.34 2021/12/19 21:15:28 andvar Exp $ */
/*
* Copyright (c) 2009, 2012 Michael Lorenz
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.33 2021/08/07 16:19:14 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pm2fb.c,v 1.34 2021/12/19 21:15:28 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1218,7 +1218,7 @@
pm2fb_wait(sc, uimin(200, ri->ri_fontscale));
/*
- * and now we just hammer the forground colour and alpha values into
+ * and now we just hammer the foreground colour and alpha values into
* the upload port
*/
for (i = 0; i < ri->ri_fontscale; i++) {
Home |
Main Index |
Thread Index |
Old Index