diff --git a/src/Multiboot.hh b/src/Multiboot.hh index a9185cc..9e1bc9d 100644 --- a/src/Multiboot.hh +++ b/src/Multiboot.hh @@ -61,10 +61,7 @@ struct PACKED Information MemoryMapIterator memoryMapEnd() const; private: - /** - * Bit field of flags. Fields below are only defined if the appropriate - * flag is set. - */ + /** Bit field of flags. Fields below are only defined if the appropriate flag is set. */ uint32_t mFlags; /** Amount of lower (0 to 1 MB) memory, in KB. */