diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-12 01:35:39 -0700 |
---|---|---|
committer | Michael Kinney <michael.d.kinney@intel.com> | 2016-10-07 18:09:09 -0700 |
commit | 00b7cc0fe327fcd00d70a8d30f16245cca0c55f2 (patch) | |
tree | 037913f92f493f12d1b4067bc939f994f5dcdbfb /MdePkg/Include/X64/ProcessorBind.h | |
parent | 3868d06d8209d4907c0c6b6f5ec690aebb8b5971 (diff) | |
download | edk2-00b7cc0fe327fcd00d70a8d30f16245cca0c55f2.tar.gz edk2-00b7cc0fe327fcd00d70a8d30f16245cca0c55f2.tar.bz2 edk2-00b7cc0fe327fcd00d70a8d30f16245cca0c55f2.zip |
MdePkg: Fix some typing errors in the header files
Correct the typos in some header files of MdePkg.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'MdePkg/Include/X64/ProcessorBind.h')
-rw-r--r-- | MdePkg/Include/X64/ProcessorBind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index ffcf2b0344..23e6e55abf 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -93,7 +93,7 @@ #pragma warning ( disable : 4057 )
//
-// ASSERT(FALSE) or while (TRUE) are legal constructes so supress this warning
+// ASSERT(FALSE) or while (TRUE) are legal constructs so suppress this warning
//
#pragma warning ( disable : 4127 )
@@ -132,7 +132,7 @@ #if defined(_MSC_EXTENSIONS)
//
- // use Microsoft C complier dependent integer width types
+ // use Microsoft C compiler dependent integer width types
//
///
|