diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-31 15:58:57 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-31 15:58:57 +0000 |
commit | 169c7e46b3e22d99b390b5ff65c4301d02c3588f (patch) | |
tree | b7897eece3bc3b38c77472ad72d533c05bcc83ee /EdkNt32Pkg | |
parent | a0a1e5aa35e0be1a85f1c6c8aa73c1227e25f24b (diff) | |
download | edk2-platforms-169c7e46b3e22d99b390b5ff65c4301d02c3588f.tar.xz |
Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the case in the comment fields
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1879 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkNt32Pkg')
-rw-r--r-- | EdkNt32Pkg/Dxe/PlatformBds/Generic/FrontPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkNt32Pkg/Dxe/PlatformBds/Generic/FrontPage.h b/EdkNt32Pkg/Dxe/PlatformBds/Generic/FrontPage.h index 82aa380b46..5c33252b75 100644 --- a/EdkNt32Pkg/Dxe/PlatformBds/Generic/FrontPage.h +++ b/EdkNt32Pkg/Dxe/PlatformBds/Generic/FrontPage.h @@ -25,7 +25,7 @@ Revision History #define _FRONT_PAGE_H
#include "Generic/DeviceMngr/DeviceManager.h"
-#include "Generic/BootMaint/bootmaint.h"
+#include "Generic/BootMaint/BootMaint.h"
#include "Generic/BootMngr/BootManager.h"
//
|