Module Name: src
Committed By: msaitoh
Date: Wed Nov 10 16:19:49 UTC 2021
Modified Files:
src/sys/sys: exec.h
src/usr.sbin/mmcformat: uscsi_subr.c
Log Message:
s/funtion/function/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/sys/sys/exec.h
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/mmcformat/uscsi_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/exec.h
diff -u src/sys/sys/exec.h:1.159 src/sys/sys/exec.h:1.160
--- src/sys/sys/exec.h:1.159 Thu Jan 23 10:05:44 2020
+++ src/sys/sys/exec.h Wed Nov 10 16:19:48 2021
@@ -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 @@ struct exec_vmcmd {
};
/*
- * 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);
Index: src/usr.sbin/mmcformat/uscsi_subr.c
diff -u src/usr.sbin/mmcformat/uscsi_subr.c:1.2 src/usr.sbin/mmcformat/uscsi_subr.c:1.3
--- src/usr.sbin/mmcformat/uscsi_subr.c:1.2 Tue May 28 08:59:36 2019
+++ src/usr.sbin/mmcformat/uscsi_subr.c Wed Nov 10 16:19:49 2021
@@ -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 @@ uscsi_check_for_scsi(struct uscsi_dev *d
/*
- * 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.
*/