diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-16 19:59:43 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-16 19:59:43 +0000 |
commit | fae0da0d2c64cab53fcc49728cd760dae830f136 (patch) | |
tree | 92a4d4686b8c735f2c1a384344e0c77e9b5dc75c /EdkModulePkg/Bus/Pci | |
parent | 93d16c699360d86db811ba3471c7f7fb09cb2d4b (diff) | |
download | edk2-platforms-fae0da0d2c64cab53fcc49728cd760dae830f136.tar.xz |
Fix several capitalization issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2255 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Bus/Pci')
-rw-r--r-- | EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa index b8e15f9fb3..9d73da2d05 100644 --- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa +++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa @@ -62,7 +62,7 @@ </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
- <Filename>PciBus.h</Filename>
+ <Filename>pcibus.h</Filename>
<Filename>PciIo.h</Filename>
<Filename>PciCommand.h</Filename>
<Filename>PciDeviceSupport.h</Filename>
@@ -181,4 +181,4 @@ <HelpText>If TRUE, the PCI bus driver will support hot plug device. If not hot plug device is supported, this feature flag can be set to FALSE to save size.</HelpText>
</PcdEntry>
</PcdCoded>
-</ModuleSurfaceArea>
\ No newline at end of file +</ModuleSurfaceArea>
|