1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-24 15:55:41 -05:00

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

View file

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