summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-21 01:59:19 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-21 01:59:19 +0000
commit822ce2260e78e5ec6a3f7970264e991976750d86 (patch)
tree46736238a651f4d068cb682cdca35004c89819d8 /MdePkg
parentc6ad4aa60162cecb97a5f4fe07a657e02d96aba5 (diff)
downloadedk2-822ce2260e78e5ec6a3f7970264e991976750d86.tar.gz
edk2-822ce2260e78e5ec6a3f7970264e991976750d86.tar.bz2
edk2-822ce2260e78e5ec6a3f7970264e991976750d86.zip
Update comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6161 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/UefiDriverEntryPoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiDriverEntryPoint.h b/MdePkg/Include/Library/UefiDriverEntryPoint.h
index 3ce8c28955..a6c4a74e96 100644
--- a/MdePkg/Include/Library/UefiDriverEntryPoint.h
+++ b/MdePkg/Include/Library/UefiDriverEntryPoint.h
@@ -41,7 +41,7 @@ extern const EFI_EVENT_NOTIFY _gDriverExitBootServicesEvent[];
extern const EFI_EVENT_NOTIFY _gDriverSetVirtualAddressMapEvent[];
/**
- Enrty point to DXE SMM Driver.
+ Enrty point to DXE Driver.
@param ImageHandle ImageHandle of the loaded driver.
@param SystemTable Pointer to the EFI System Table.