Module Name: src
Committed By: msaitoh
Date: Sat Jun 24 05:25:04 UTC 2023
Modified Files:
src/usr.sbin/sysinst: disks.c util.c
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/usr.sbin/sysinst/disks.c
cvs rdiff -u -r1.71 -r1.72 src/usr.sbin/sysinst/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sysinst/disks.c
diff -u src/usr.sbin/sysinst/disks.c:1.94 src/usr.sbin/sysinst/disks.c:1.95
--- src/usr.sbin/sysinst/disks.c:1.94 Sat Dec 10 20:58:37 2022
+++ src/usr.sbin/sysinst/disks.c Sat Jun 24 05:25:04 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: disks.c,v 1.94 2022/12/10 20:58:37 reinoud Exp $ */
+/* $NetBSD: disks.c,v 1.95 2023/06/24 05:25:04 msaitoh Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -129,7 +129,7 @@ getfslabelname(uint f, uint f_version)
}
/*
- * Decide wether we want to mount a tmpfs on /var/shm: we do this always
+ * Decide whether we want to mount a tmpfs on /var/shm: we do this always
* when the machine has more than 16 MB of user memory. On smaller machines,
* shm_open() and friends will not perform well anyway.
*/
Index: src/usr.sbin/sysinst/util.c
diff -u src/usr.sbin/sysinst/util.c:1.71 src/usr.sbin/sysinst/util.c:1.72
--- src/usr.sbin/sysinst/util.c:1.71 Thu Dec 15 20:34:46 2022
+++ src/usr.sbin/sysinst/util.c Sat Jun 24 05:25:04 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: util.c,v 1.71 2022/12/15 20:34:46 martin Exp $ */
+/* $NetBSD: util.c,v 1.72 2023/06/24 05:25:04 msaitoh Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -2130,7 +2130,7 @@ set_menu_select(menudesc *m, void *arg)
}
/*
- * check wether a binary is available somewhere in PATH,
+ * check whether a binary is available somewhere in PATH,
* return 1 if found, 0 if not.
*/
static int