Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netbt s/commmand/command/ in comment.
details: https://anonhg.NetBSD.org/src/rev/9774036b5cff
branches: trunk
changeset: 1026689:9774036b5cff
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 04:35:38 2021 +0000
description:
s/commmand/command/ in comment.
diffstat:
bin/csh/USD.doc/csh.g | 4 ++--
bin/sh/eval.c | 6 +++---
sys/arch/vax/floppy/restar.cmd | 4 ++--
sys/kern/kern_acct.c | 6 +++---
sys/netbt/rfcomm_session.c | 6 +++---
5 files changed, 13 insertions(+), 13 deletions(-)
diffs (111 lines):
diff -r 755b86128e92 -r 9774036b5cff bin/csh/USD.doc/csh.g
--- a/bin/csh/USD.doc/csh.g Sun Dec 05 04:32:36 2021 +0000
+++ b/bin/csh/USD.doc/csh.g Sun Dec 05 04:35:38 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: csh.g,v 1.5 2003/08/07 09:05:08 agc Exp $
+.\" $NetBSD: csh.g,v 1.6 2021/12/05 04:35:38 msaitoh Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1503,7 +1503,7 @@
is set to the
.I status
returned by the last command.
-It is most useful in shell commmand scripts (3.6).
+It is most useful in shell command scripts (3.6).
.IP stop
The
.I stop
diff -r 755b86128e92 -r 9774036b5cff bin/sh/eval.c
--- a/bin/sh/eval.c Sun Dec 05 04:32:36 2021 +0000
+++ b/bin/sh/eval.c Sun Dec 05 04:35:38 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: eval.c,v 1.186 2021/11/22 05:17:43 kre Exp $ */
+/* $NetBSD: eval.c,v 1.187 2021/12/05 04:35:38 msaitoh Exp $ */
/*-
* Copyright (c) 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)eval.c 8.9 (Berkeley) 6/8/95";
#else
-__RCSID("$NetBSD: eval.c,v 1.186 2021/11/22 05:17:43 kre Exp $");
+__RCSID("$NetBSD: eval.c,v 1.187 2021/12/05 04:35:38 msaitoh Exp $");
#endif
#endif /* not lint */
@@ -176,7 +176,7 @@
/*
- * The eval commmand.
+ * The eval command.
*/
int
diff -r 755b86128e92 -r 9774036b5cff sys/arch/vax/floppy/restar.cmd
--- a/sys/arch/vax/floppy/restar.cmd Sun Dec 05 04:32:36 2021 +0000
+++ b/sys/arch/vax/floppy/restar.cmd Sun Dec 05 04:35:38 2021 +0000
@@ -1,6 +1,6 @@
-! $NetBSD: restar.cmd,v 1.2 1998/01/05 20:52:12 perry Exp $
+! $NetBSD: restar.cmd,v 1.3 2021/12/05 04:35:38 msaitoh Exp $
!
-! RESTART COMMMAND FILE
+! RESTART COMMAND FILE
SET DEF HEX
SET DEF LONG
SET REL:0
diff -r 755b86128e92 -r 9774036b5cff sys/kern/kern_acct.c
--- a/sys/kern/kern_acct.c Sun Dec 05 04:32:36 2021 +0000
+++ b/sys/kern/kern_acct.c Sun Dec 05 04:35:38 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_acct.c,v 1.98 2021/06/29 22:40:53 dholland Exp $ */
+/* $NetBSD: kern_acct.c,v 1.99 2021/12/05 04:35:38 msaitoh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_acct.c,v 1.98 2021/06/29 22:40:53 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_acct.c,v 1.99 2021/12/05 04:35:38 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -448,7 +448,7 @@
acct.ac_utime = encode_comp_t(ut.tv_sec, ut.tv_usec);
acct.ac_stime = encode_comp_t(st.tv_sec, st.tv_usec);
- /* (3) The elapsed time the commmand ran (and its starting time) */
+ /* (3) The elapsed time the command ran (and its starting time) */
acct.ac_btime = p->p_stats->p_start.tv_sec;
getmicrotime(&tmp);
timersub(&tmp, &p->p_stats->p_start, &tmp);
diff -r 755b86128e92 -r 9774036b5cff sys/netbt/rfcomm_session.c
--- a/sys/netbt/rfcomm_session.c Sun Dec 05 04:32:36 2021 +0000
+++ b/sys/netbt/rfcomm_session.c Sun Dec 05 04:35:38 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rfcomm_session.c,v 1.27 2020/02/29 11:40:06 maxv Exp $ */
+/* $NetBSD: rfcomm_session.c,v 1.28 2021/12/05 04:35:38 msaitoh Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rfcomm_session.c,v 1.27 2020/02/29 11:40:06 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rfcomm_session.c,v 1.28 2021/12/05 04:35:38 msaitoh Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -1480,7 +1480,7 @@
/*
* The CR (command/response) bit identifies the frame either as a
- * commmand or a response and is used along with the DLCI to form
+ * command or a response and is used along with the DLCI to form
* the address. Commands contain the non-initiator address, whereas
* responses contain the initiator address, so the CR value is
* also dependent on the session direction.
Home |
Main Index |
Thread Index |
Old Index