summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-12 23:41:17 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-12 23:41:17 +0000
commit22a25d247ee98f5ec1fa88a9b987ae8cc147f776 (patch)
treecfe8d7af7e2be435db6e0f8135735ef225248363 /MdePkg
parentce1e1d5ae9b25e562479d1bd704669e92c7fd167 (diff)
downloadedk2-22a25d247ee98f5ec1fa88a9b987ae8cc147f776.tar.gz
edk2-22a25d247ee98f5ec1fa88a9b987ae8cc147f776.tar.bz2
edk2-22a25d247ee98f5ec1fa88a9b987ae8cc147f776.zip
Fix typo in #ifndef name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8907 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/IndustryStandard/UefiTcgPlatform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
index d3e340263c..5a44239296 100644
--- a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
+++ b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
@@ -13,7 +13,7 @@
**/
#ifndef __UEFI_TCG_PLATFORM_H__
-#define __UEFI_TCG_PLATFOMR_H__
+#define __UEFI_TCG_PLATFORM_H__
#include <IndustryStandard/Tpm12.h>
#include <Uefi.h>