Fix typos

This commit is contained in:
Alex Kotov 2020-11-28 01:14:18 +05:00
parent 29066eda8d
commit 8064ee609f
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 3 deletions

View File

@ -77,11 +77,10 @@ struct KernAux_Multiboot2_Tag_BIOSBootDevice {
__attribute__((packed));
struct KernAux_Multiboot2_Tag_MemoryMap {
// type = 5
// type = 6
// size = ?
struct KernAux_Multiboot2_TagBase base;
unsigned int size : 32;
unsigned int entry_size : 32;
unsigned int entry_version : 32;
@ -136,7 +135,7 @@ __attribute__((packed));
struct KernAux_Multiboot2_Tag_APMTable {
// type = 10
// size = 20
// size = 28
struct KernAux_Multiboot2_TagBase base;
unsigned short version : 16;