summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgingold <tgingold@6f19259b-4bc3-4df7-8a09-765794883524>2007-02-11 06:36:05 +0000
committertgingold <tgingold@6f19259b-4bc3-4df7-8a09-765794883524>2007-02-11 06:36:05 +0000
commit0b293ccb7e678b37d19e00618c79f313fe211a84 (patch)
treec28d8714f276cc90edfba0e8c371b35cba4a407a
parent7407b98bbe3b56f214369c7fcb5b1cb44d68b203 (diff)
downloadedk2-0b293ccb7e678b37d19e00618c79f313fe211a84.zip
edk2-0b293ccb7e678b37d19e00618c79f313fe211a84.tar.gz
edk2-0b293ccb7e678b37d19e00618c79f313fe211a84.tar.bz2
fix a typo in a comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2360 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--EdkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.c2
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 fd04b67..0e7d43e 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,