diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-05 16:09:03 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-05 16:09:03 +0100 |
| commit | 6191833a26e887c2b91ba4ad655297bfe70c97d5 (patch) | |
| tree | ad71fa194e471e38f5daf6e86e1cd4a5a5a750d4 | |
| parent | 92069da1f8e7bc8d95a593b99d923c1fb835604b (diff) | |
HCR-11 : Fix documentation.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index 09ce712a..7a45e7e2 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -57,7 +57,7 @@ HCore::SizeT BSetMem(CharacterType *src, const CharacterType byte, /** * @brief BootKit File Reader class - * Reads using the New Filesystem Boot partition. + * Reads the Firmware Boot partition and filesystem. */ class BFileReader final { public: |
