summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-21 11:55:24 +0000
committerandvar <andvar@NetBSD.org>2021-08-21 11:55:24 +0000
commitb0a37f4e202d2ca22da5f3f4cb7ffc2f3672346d (patch)
treeb0dbabeeba11de6656ae1007b3d5be503c6d20d3 /usr.sbin/sysinst
parent1ad29d45d9a4ca33dc62e582e33f54b5d7bdb6d6 (diff)
fix some more typos in comments/log messages, improve wording as well.
Diffstat (limited to 'usr.sbin/sysinst')
-rw-r--r--usr.sbin/sysinst/disks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinst/disks.c b/usr.sbin/sysinst/disks.c
index 64b1a701f6d..3ac6f3b33b9 100644
--- a/usr.sbin/sysinst/disks.c
+++ b/usr.sbin/sysinst/disks.c
@@ -1,4 +1,4 @@
-/* $NetBSD: disks.c,v 1.75 2021/08/12 09:33:59 martin Exp $ */
+/* $NetBSD: disks.c,v 1.76 2021/08/21 11:55:26 andvar Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -543,7 +543,7 @@ is_partitionable_device(const char *dev)
* Multi-purpose helper function:
* iterate all known disks, invoke a callback for each.
* Stop iteration when the callback returns false.
- * Return true when iteration actually happend, false on error.
+ * Return true when iteration actually happened, false on error.
*/
bool
enumerate_disks(void *state, bool (*func)(void *state, const char *dev))