summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/UefiApplicationEntryPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/UefiApplicationEntryPoint.h')
-rw-r--r--MdePkg/Include/Library/UefiApplicationEntryPoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiApplicationEntryPoint.h b/MdePkg/Include/Library/UefiApplicationEntryPoint.h
index 5fe4be2a8f..89d6d2d9d2 100644
--- a/MdePkg/Include/Library/UefiApplicationEntryPoint.h
+++ b/MdePkg/Include/Library/UefiApplicationEntryPoint.h
@@ -22,7 +22,7 @@ extern CONST UINT32 _gUefiDriverRevision;
/**
- Enrty point to UEFI Application.
+ Entry point to UEFI Application.
This function is the entry point for a UEFI Application. This function must call
ProcessLibraryConstructorList(), ProcessModuleEntryPointList(), and ProcessLibraryDestructorList().