diff options
author | Cao jin | 2016-03-29 11:48:44 +0200 |
---|---|---|
committer | Michael Tokarev | 2016-05-18 14:04:27 +0200 |
commit | cc2324d03dbd098b80cfc482d9d29114db57d975 (patch) | |
tree | 5f9204c4a88852aa5d87fedf76969ed11c9fa4e1 /include/hw/smbios | |
parent | accel: make configure_accelerator return void (diff) | |
download | qemu-cc2324d03dbd098b80cfc482d9d29114db57d975.tar.gz qemu-cc2324d03dbd098b80cfc482d9d29114db57d975.tar.xz qemu-cc2324d03dbd098b80cfc482d9d29114db57d975.zip |
smbios: fix typo
The spec says: "on paragraph (16-byte) boundaries"
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/hw/smbios')
-rw-r--r-- | include/hw/smbios/smbios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/smbios/smbios.h b/include/hw/smbios/smbios.h index 76ccf70985..ba3674609e 100644 --- a/include/hw/smbios/smbios.h +++ b/include/hw/smbios/smbios.h @@ -33,7 +33,7 @@ typedef enum SmbiosEntryPointType { /* SMBIOS Entry Point * There are two types of entry points defined in the SMBIOS specification - * (see below). BIOS must place the entry point(s) at a 16-bit-aligned + * (see below). BIOS must place the entry point(s) at a 16-byte-aligned * address between 0xf0000 and 0xfffff. Note that either entry point type * can be used in a 64-bit target system, except that SMBIOS 2.1 entry point * only allows the SMBIOS struct table to reside below 4GB address space. |