Fix typos

This commit is contained in:
sborrill 2015-08-11 08:29:03 +00:00
parent 810f58a3ee
commit 1d01e8a9b9
1 changed files with 3 additions and 3 deletions

View File

@ -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