Module Name: src
Committed By: kre
Date: Tue Mar 14 09:54:40 UTC 2023
Modified Files:
src/usr.sbin/sysinst: defs.h
Log Message:
Correct a minor word usage error in a comment. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/usr.sbin/sysinst/defs.h
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/defs.h
diff -u src/usr.sbin/sysinst/defs.h:1.88 src/usr.sbin/sysinst/defs.h:1.89
--- src/usr.sbin/sysinst/defs.h:1.88 Thu Dec 15 15:32:04 2022
+++ src/usr.sbin/sysinst/defs.h Tue Mar 14 09:54:40 2023
@@ -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 @@ struct install_partition_desc {
* 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 */