summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Register/Amd
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:41 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commit788421d5a766a4ce216e99e2277bb11c54e7d0f6 (patch)
tree771f85642208bd79aafbf641d8f02d9d4da50fac /MdePkg/Include/Register/Amd
parent43516263a833d34ceb68b2d6c2ca2006ae684b36 (diff)
downloadedk2-788421d5a766a4ce216e99e2277bb11c54e7d0f6.zip
edk2-788421d5a766a4ce216e99e2277bb11c54e7d0f6.tar.gz
edk2-788421d5a766a4ce216e99e2277bb11c54e7d0f6.tar.bz2
MdePkg/Register: Fix various typos
Fix various typos in comments and documentation. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-29-philmd@redhat.com>
Diffstat (limited to 'MdePkg/Include/Register/Amd')
-rw-r--r--MdePkg/Include/Register/Amd/Cpuid.h8
-rw-r--r--MdePkg/Include/Register/Amd/Fam17Msr.h2
-rw-r--r--MdePkg/Include/Register/Amd/Msr.h2
3 files changed, 6 insertions, 6 deletions
diff --git a/MdePkg/Include/Register/Amd/Cpuid.h b/MdePkg/Include/Register/Amd/Cpuid.h
index ad1ba4d..8e91e84 100644
--- a/MdePkg/Include/Register/Amd/Cpuid.h
+++ b/MdePkg/Include/Register/Amd/Cpuid.h
@@ -11,7 +11,7 @@
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Specification Reference:
- AMD64 Architecture Programming Manaul volume 2, March 2017, Sections 15.34
+ AMD64 Architecture Programming Manual volume 2, March 2017, Sections 15.34
**/
@@ -364,7 +364,7 @@ typedef union {
///
UINT32 Page1GB:1;
///
- /// [Bit 27] RDTSCP intructions.
+ /// [Bit 27] RDTSCP instructions.
///
UINT32 RDTSCP:1;
///
@@ -513,9 +513,9 @@ typedef union {
@retval EAX Extended APIC ID described by the type
CPUID_AMD_PROCESSOR_TOPOLOGY_EAX.
- @retval EBX Core Indentifiers described by the type
+ @retval EBX Core Identifiers described by the type
CPUID_AMD_PROCESSOR_TOPOLOGY_EBX.
- @retval ECX Node Indentifiers described by the type
+ @retval ECX Node Identifiers described by the type
CPUID_AMD_PROCESSOR_TOPOLOGY_ECX.
@retval EDX Reserved.
**/
diff --git a/MdePkg/Include/Register/Amd/Fam17Msr.h b/MdePkg/Include/Register/Amd/Fam17Msr.h
index 37b935d..6ef45a9 100644
--- a/MdePkg/Include/Register/Amd/Fam17Msr.h
+++ b/MdePkg/Include/Register/Amd/Fam17Msr.h
@@ -10,7 +10,7 @@
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Specification Reference:
- AMD64 Architecture Programming Manaul volume 2, March 2017, Sections 15.34
+ AMD64 Architecture Programming Manual volume 2, March 2017, Sections 15.34
**/
diff --git a/MdePkg/Include/Register/Amd/Msr.h b/MdePkg/Include/Register/Amd/Msr.h
index e74de7a..084eb89 100644
--- a/MdePkg/Include/Register/Amd/Msr.h
+++ b/MdePkg/Include/Register/Amd/Msr.h
@@ -10,7 +10,7 @@
SPDX-License-Identifier: BSD-2-Clause-Patent
@par Specification Reference:
- AMD64 Architecture Programming Manaul volume 2, March 2017, Sections 15.34
+ AMD64 Architecture Programming Manual volume 2, March 2017, Sections 15.34
**/