Module Name:    src
Committed By:   andvar
Date:           Wed Dec  8 20:21:10 UTC 2021

Modified Files:
        src/bin/sh: parser.c
        src/libexec/telnetd: telnetd.c
        src/sys/arch/alpha/alpha: fp_complete.c
        src/sys/arch/arm/omap: omap_mputmr.c

Log Message:
s/desireable/desirable/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/bin/sh/parser.c
cvs rdiff -u -r1.56 -r1.57 src/libexec/telnetd/telnetd.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/alpha/alpha/fp_complete.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/omap/omap_mputmr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/parser.c
diff -u src/bin/sh/parser.c:1.176 src/bin/sh/parser.c:1.177
--- src/bin/sh/parser.c:1.176	Sun Dec  5 04:42:54 2021
+++ src/bin/sh/parser.c	Wed Dec  8 20:21:09 2021
@@ -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 @@ simplecmd(union node **rpp, union node *
 			/*
 			 * 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
 			 *

Index: src/libexec/telnetd/telnetd.c
diff -u src/libexec/telnetd/telnetd.c:1.56 src/libexec/telnetd/telnetd.c:1.57
--- src/libexec/telnetd/telnetd.c:1.56	Thu Aug 15 01:15:21 2019
+++ src/libexec/telnetd/telnetd.c	Wed Dec  8 20:21:09 2021
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 19
 #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 @@ telnet(int f, int p)
 	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.
 	 */

Index: src/sys/arch/alpha/alpha/fp_complete.c
diff -u src/sys/arch/alpha/alpha/fp_complete.c:1.28 src/sys/arch/alpha/alpha/fp_complete.c:1.29
--- src/sys/arch/alpha/alpha/fp_complete.c:1.28	Mon Oct  4 21:02:40 2021
+++ src/sys/arch/alpha/alpha/fp_complete.c	Wed Dec  8 20:21:09 2021
@@ -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 @@ uint64_t
 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.

Index: src/sys/arch/arm/omap/omap_mputmr.c
diff -u src/sys/arch/arm/omap/omap_mputmr.c:1.7 src/sys/arch/arm/omap/omap_mputmr.c:1.8
--- src/sys/arch/arm/omap/omap_mputmr.c:1.7	Fri May 29 12:30:39 2020
+++ src/sys/arch/arm/omap/omap_mputmr.c	Wed Dec  8 20:21:10 2021
@@ -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 @@ calc_timer_factors(int ints_per_sec, tim
 	 *
 	 * 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

Reply via email to