diff options
author | tgingold <tgingold@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-02-11 06:36:05 +0000 |
---|---|---|
committer | tgingold <tgingold@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-02-11 06:36:05 +0000 |
commit | 0b293ccb7e678b37d19e00618c79f313fe211a84 (patch) | |
tree | c28d8714f276cc90edfba0e8c371b35cba4a407a /EdkModulePkg/Bus/Pci/IdeBus | |
parent | 7407b98bbe3b56f214369c7fcb5b1cb44d68b203 (diff) | |
download | edk2-platforms-0b293ccb7e678b37d19e00618c79f313fe211a84.tar.xz |
fix a typo in a comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2360 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Bus/Pci/IdeBus')
-rw-r--r-- | EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.c b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.c index fd04b67216..0e7d43eeb9 100644 --- a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.c +++ b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.c @@ -91,7 +91,7 @@ IDEBusDriverBindingSupported ( }
//
- // Clsoe protocol, don't use device path protocol in the .Support() function
+ // Close protocol, don't use device path protocol in the .Support() function
//
gBS->CloseProtocol (
Controller,
|