Fix comment

This commit is contained in:
Alex Kotov 2022-01-13 16:32:09 +05:00
parent 00f748d64b
commit bbc7fd3c54
1 changed files with 3 additions and 3 deletions

View File

@ -304,9 +304,9 @@ struct KernAux_Multiboot2_ITag_ImageLoadBasePhysAddr {
}
__attribute__((packed));
/*************************
* Additional structures *
*************************/
/*************************************
* Information additional structures *
*************************************/
struct KernAux_Multiboot2_ITag_MemoryMap_EntryBase {
unsigned long long base_addr : 64;