Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst Fix typos in comment
details: https://anonhg.NetBSD.org/src/rev/39ed8ddf0d4e
branches: trunk
changeset: 978142:39ed8ddf0d4e
user: gson <gson%NetBSD.org@localhost>
date: Tue Nov 10 09:14:01 2020 +0000
description:
Fix typos in comment
diffstat:
usr.sbin/sysinst/util.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 7796b0886cfc -r 39ed8ddf0d4e usr.sbin/sysinst/util.c
--- a/usr.sbin/sysinst/util.c Tue Nov 10 08:52:36 2020 +0000
+++ b/usr.sbin/sysinst/util.c Tue Nov 10 09:14:01 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: util.c,v 1.55 2020/11/04 16:26:35 martin Exp $ */
+/* $NetBSD: util.c,v 1.56 2020/11/10 09:14:01 gson Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -1181,12 +1181,12 @@
}
/*
- * Get a file by some means and return a (potentioally only
+ * Get a file by some means and return a (potentially only
* temporary valid) path to the local copy.
- * If mountpt is non empty, the caller should unmount that
+ * If mountpt is nonempty, the caller should unmount that
* directory after processing the file.
* Return success if the file is available, or failure if
- * the user canelled the request or network transfer failed.
+ * the user cancelled the request or network transfer failed.
*/
static bool
entropy_get_file(bool use_netbsd_seed, char *path)
Home |
Main Index |
Thread Index |
Old Index