Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src s/funtion/function/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/cf1bad2c4e0f
branches:  trunk
changeset: 1025522:cf1bad2c4e0f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 10 16:19:48 2021 +0000

description:
s/funtion/function/ in comment.

diffstat:

 sys/sys/exec.h                  |  4 ++--
 usr.sbin/mmcformat/uscsi_subr.c |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c930cc08947d -r cf1bad2c4e0f sys/sys/exec.h
--- a/sys/sys/exec.h    Wed Nov 10 16:17:34 2021 +0000
+++ b/sys/sys/exec.h    Wed Nov 10 16:19:48 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec.h,v 1.159 2020/01/23 10:05:44 ad Exp $    */
+/*     $NetBSD: exec.h,v 1.160 2021/11/10 16:19:48 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -248,7 +248,7 @@
 };
 
 /*
- * funtions used either by execve() or the various CPU-dependent execve()
+ * functions used either by execve() or the various CPU-dependent execve()
  * hooks.
  */
 vaddr_t        exec_vm_minaddr         (vaddr_t);
diff -r c930cc08947d -r cf1bad2c4e0f usr.sbin/mmcformat/uscsi_subr.c
--- a/usr.sbin/mmcformat/uscsi_subr.c   Wed Nov 10 16:17:34 2021 +0000
+++ b/usr.sbin/mmcformat/uscsi_subr.c   Wed Nov 10 16:19:48 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uscsi_subr.c,v 1.2 2019/05/28 08:59:36 msaitoh Exp $       */
+/* $NetBSD: uscsi_subr.c,v 1.3 2021/11/10 16:19:49 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -518,7 +518,7 @@
 
 
 /*
- * Generic SCSI funtions also used by the sense printing functionality.
+ * Generic SCSI functions also used by the sense printing functionality.
  * FreeBSD support has it allready asked for by the CAM.
  */
 



Home | Main Index | Thread Index | Old Index