diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2023-06-24 05:18:12 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2023-06-24 05:18:12 +0000 |
| commit | 941904360f7283d63fbd2e68d1ca76c660013a08 (patch) | |
| tree | 164d216d392c0c756b4fbca4618470b8aeaa6588 /usr.sbin | |
| parent | 42921012d6a7c599b783b86a4b4b6de5181f056d (diff) | |
Fix typo in comment.
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sysinst/disks.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sysinst/util.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sysinst/disks.c b/usr.sbin/sysinst/disks.c index 42f281d1c06..bed8f98f3bd 100644 --- a/usr.sbin/sysinst/disks.c +++ b/usr.sbin/sysinst/disks.c @@ -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. */ diff --git a/usr.sbin/sysinst/util.c b/usr.sbin/sysinst/util.c index 68a4b293d16..9d0dbe6cff6 100644 --- a/usr.sbin/sysinst/util.c +++ b/usr.sbin/sysinst/util.c @@ -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 |
