summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-30 01:25:06 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-30 01:25:06 +0000
commit65330ad3947fb4a98ab5a54f9b0046042cf964dc (patch)
tree39aff7aacc8be40ab66ba6172b706e2dcd4aeced /MdePkg
parentbbc3c2d52617d8425e5a72f74c2e20b8686a0627 (diff)
downloadedk2-65330ad3947fb4a98ab5a54f9b0046042cf964dc.tar.gz
edk2-65330ad3947fb4a98ab5a54f9b0046042cf964dc.tar.bz2
edk2-65330ad3947fb4a98ab5a54f9b0046042cf964dc.zip
Fix typos
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7379 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLibInternals.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLibInternals.h b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLibInternals.h
index 9f05d06cfb..2dc1382ffe 100644
--- a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLibInternals.h
+++ b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLibInternals.h
@@ -1,5 +1,5 @@
/** @file
- Declaration of internal functions in BaseLib.
+ Declaration of internal functions in BaseSynchronizationLib.
Copyright (c) 2006 - 2008, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
@@ -12,8 +12,8 @@
**/
-#ifndef __BASE_LIB_INTERNALS__
-#define __BASE_LIB_INTERNALS__
+#ifndef __BASE_SYNCHRONIZATION_LIB_INTERNALS__
+#define __BASE_SYNCHRONIZATION_LIB_INTERNALS__
#include <Base.h>
#include <Library/SynchronizationLib.h>