summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Event/Event.c
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-12 01:34:05 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-12 01:34:05 +0000
commitd613c2a88b3db6b7b451d0b90b08343666792d04 (patch)
tree833235a1f9b63c2a8bc9ddabcad1c37b00d18cd5 /MdeModulePkg/Core/Dxe/Event/Event.c
parentb695e7ff4a50ab48396e4cada1e80077485fe6f1 (diff)
downloadedk2-platforms-d613c2a88b3db6b7b451d0b90b08343666792d04.tar.xz
Correct typo in word in DxeCore.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11307 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Event/Event.c')
-rw-r--r--MdeModulePkg/Core/Dxe/Event/Event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/Event/Event.c b/MdeModulePkg/Core/Dxe/Event/Event.c
index bc01256960..3d15c0c12b 100644
--- a/MdeModulePkg/Core/Dxe/Event/Event.c
+++ b/MdeModulePkg/Core/Dxe/Event/Event.c
@@ -22,7 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
EFI_TPL gEfiCurrentTpl = TPL_APPLICATION;
///
-/// gEventQueueLock - Protects the event queus
+/// gEventQueueLock - Protects the event queues
///
EFI_LOCK gEventQueueLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_HIGH_LEVEL);