Module Name: src
Committed By: sborrill
Date: Tue Aug 11 08:29:03 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Fix typos
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.365 -r1.1.2.366 src/doc/CHANGES-7.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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.365 src/doc/CHANGES-7.0:1.1.2.366
--- src/doc/CHANGES-7.0:1.1.2.365 Tue Aug 11 05:37:41 2015
+++ src/doc/CHANGES-7.0 Tue Aug 11 08:29:03 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.365 2015/08/11 05:37:41 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.366 2015/08/11 08:29:03 sborrill Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -33897,14 +33897,14 @@ sys/arch/x86/x86/coretemp.c 1.34
sys/arch/x86/x86/cpu_ucode_intel.c 1.7, 1.8
- Re-allocale buffer if a buffer for microcode is not 16byte
+ Re-allocate buffer if a buffer for microcode is not 16-byte
aligned.
[msaitoh, ticket #945]
sys/arch/x86/x86/mpacpi.c 1.98
Fix wrong output in mpacpi_pci_foundbus() with MPVERBOSE.
- Assign vaues before printing them.
+ Assign values before printing them.
[msaitoh, ticket #947]
distrib/notes/common/main patched by hand