Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/desireable/desirable/ in comments.
details: https://anonhg.NetBSD.org/src/rev/b446e32c32ba
branches: trunk
changeset: 1027171:b446e32c32ba
user: andvar <andvar%NetBSD.org@localhost>
date: Wed Dec 08 20:21:09 2021 +0000
description:
s/desireable/desirable/ in comments.
diffstat:
bin/sh/parser.c | 6 +++---
libexec/telnetd/telnetd.c | 6 +++---
sys/arch/alpha/alpha/fp_complete.c | 6 +++---
sys/arch/arm/omap/omap_mputmr.c | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diffs (108 lines):
diff -r fd6c20ba3db5 -r b446e32c32ba bin/sh/parser.c
--- a/bin/sh/parser.c Wed Dec 08 20:11:54 2021 +0000
+++ b/bin/sh/parser.c Wed Dec 08 20:21:09 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: parser.c,v 1.176 2021/12/05 04:42:54 msaitoh Exp $ */
+/* $NetBSD: parser.c,v 1.177 2021/12/08 20:21:09 andvar Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)parser.c 8.7 (Berkeley) 5/16/95";
#else
-__RCSID("$NetBSD: parser.c,v 1.176 2021/12/05 04:42:54 msaitoh Exp $");
+__RCSID("$NetBSD: parser.c,v 1.177 2021/12/08 20:21:09 andvar Exp $");
#endif
#endif /* not lint */
@@ -673,7 +673,7 @@
/*
* Make sure there are no unquoted $'s in the
* name (allowing those, not expanding them,
- * simply treating '$' as a character, is desireable
+ * simply treating '$' as a character, is desirable
* but the parser has converted them to CTLxxx
* chars, and that's not what we want
*
diff -r fd6c20ba3db5 -r b446e32c32ba libexec/telnetd/telnetd.c
--- a/libexec/telnetd/telnetd.c Wed Dec 08 20:11:54 2021 +0000
+++ b/libexec/telnetd/telnetd.c Wed Dec 08 20:21:09 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: telnetd.c,v 1.56 2019/08/15 01:15:21 kamil Exp $ */
+/* $NetBSD: telnetd.c,v 1.57 2021/12/08 20:21:09 andvar Exp $ */
/*
* Copyright (C) 1997 and 1998 WIDE Project.
@@ -65,7 +65,7 @@
#if 0
static char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: telnetd.c,v 1.56 2019/08/15 01:15:21 kamil Exp $");
+__RCSID("$NetBSD: telnetd.c,v 1.57 2021/12/08 20:21:09 andvar Exp $");
#endif
#endif /* not lint */
@@ -749,7 +749,7 @@
get_slc_defaults();
/*
- * Do some tests where it is desireable to wait for a response.
+ * Do some tests where it is desirable to wait for a response.
* Rather than doing them slowly, one at a time, do them all
* at once.
*/
diff -r fd6c20ba3db5 -r b446e32c32ba sys/arch/alpha/alpha/fp_complete.c
--- a/sys/arch/alpha/alpha/fp_complete.c Wed Dec 08 20:11:54 2021 +0000
+++ b/sys/arch/alpha/alpha/fp_complete.c Wed Dec 08 20:21:09 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fp_complete.c,v 1.28 2021/10/04 21:02:40 andvar Exp $ */
+/* $NetBSD: fp_complete.c,v 1.29 2021/12/08 20:21:09 andvar Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -37,7 +37,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: fp_complete.c,v 1.28 2021/10/04 21:02:40 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fp_complete.c,v 1.29 2021/12/08 20:21:09 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -435,7 +435,7 @@
alpha_read_fp_c(struct lwp *l)
{
/*
- * A possibly-desireable EV6-specific optimization would deviate from
+ * A possibly-desirable EV6-specific optimization would deviate from
* the Alpha Architecture spec and keep some FP_C bits in the FPCR,
* but in a transparent way. Some of the code for that would need to
* go right here.
diff -r fd6c20ba3db5 -r b446e32c32ba sys/arch/arm/omap/omap_mputmr.c
--- a/sys/arch/arm/omap/omap_mputmr.c Wed Dec 08 20:11:54 2021 +0000
+++ b/sys/arch/arm/omap/omap_mputmr.c Wed Dec 08 20:21:09 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omap_mputmr.c,v 1.7 2020/05/29 12:30:39 rin Exp $ */
+/* $NetBSD: omap_mputmr.c,v 1.8 2021/12/08 20:21:10 andvar Exp $ */
/*
* Based on i80321_timer.c and arch/arm/sa11x0/sa11x0_ost.c
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap_mputmr.c,v 1.7 2020/05/29 12:30:39 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap_mputmr.c,v 1.8 2021/12/08 20:21:10 andvar Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -412,7 +412,7 @@
*
* To save that last smidgen of power, find the largest prescaler that
* will give us a reload value that doesn't have any error. However,
- * to keep delay() accurate, it is desireable to have the number of
+ * to keep delay() accurate, it is desirable to have the number of
* counts per us be non-fractional.
*
* us_incs = OMAP_MPU_TIMER_CLOCK_FREQ / 2**(PTV+1) / 1,000,000
Home |
Main Index |
Thread Index |
Old Index