Module Name: src
Committed By: msaitoh
Date: Fri Aug 2 05:51:55 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-9.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.2 src/doc/CHANGES-9.0:1.1.2.3
--- src/doc/CHANGES-9.0:1.1.2.2 Fri Aug 2 05:48:34 2019
+++ src/doc/CHANGES-9.0 Fri Aug 2 05:51:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.2 2019/08/02 05:48:34 msaitoh Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.3 2019/08/02 05:51:55 msaitoh Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -13,7 +13,7 @@ sys/sys/param.h
distrib/utils/libhack/multibyte.c 1.9
- Avoid using an unitialized variable.
+ Avoid using an uninitialized variable.
[martin, ticket #2]
usr.sbin/sysinst/disks.c 1.45