Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst Correct a minor word usage error in a comme...
details: https://anonhg.NetBSD.org/src/rev/012d4537c5a2
branches: trunk
changeset: 373890:012d4537c5a2
user: kre <kre%NetBSD.org@localhost>
date: Tue Mar 14 09:54:40 2023 +0000
description:
Correct a minor word usage error in a comment. NFC.
diffstat:
usr.sbin/sysinst/defs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c05183b99030 -r 012d4537c5a2 usr.sbin/sysinst/defs.h
--- a/usr.sbin/sysinst/defs.h Tue Mar 14 09:25:13 2023 +0000
+++ b/usr.sbin/sysinst/defs.h Tue Mar 14 09:54:40 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.88 2022/12/15 15:32:04 martin Exp $ */
+/* $NetBSD: defs.h,v 1.89 2023/03/14 09:54:40 kre Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -398,7 +398,7 @@
* updating, even if no
* active partition remains. */
size_t num_write_back; /* number of write_back */
- bool cur_system; /* target is the life system */
+ bool cur_system; /* target is the live system */
};
/* variables */
Home |
Main Index |
Thread Index |
Old Index