mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Fix 'accroding' typos in MdeModulePkg.dec/.uni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19603 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ef9870eb91
commit
e90a0ee8a4
|
@ -1419,7 +1419,7 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId|"INTEL "|VOID*|0x30001034
|
||||
|
||||
## Default OEM Table ID for ACPI table creation, it is "EDK2 ".
|
||||
# Accroding to ACPI specification, this field is particularly useful when
|
||||
# According to ACPI specification, this field is particularly useful when
|
||||
# defining a definition block to distinguish definition block functions.
|
||||
# The OEM assigns each dissimilar table a new OEM Table ID.
|
||||
# This PCD is ignored for definition block.
|
||||
|
@ -1427,7 +1427,7 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId|0x20202020324B4445|UINT64|0x30001035
|
||||
|
||||
## Default OEM Revision for ACPI table creation.
|
||||
# Accroding to ACPI specification, for LoadTable() opcode, the OS can also
|
||||
# According to ACPI specification, for LoadTable() opcode, the OS can also
|
||||
# check the OEM Table ID and Revision ID against a database for a newer
|
||||
# revision Definition Block of the same OEM Table ID and load it instead.
|
||||
# This PCD is ignored for definition block.
|
||||
|
@ -1435,14 +1435,14 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision|0x00000002|UINT32|0x30001036
|
||||
|
||||
## Default Creator ID for ACPI table creation.
|
||||
# Accroding to ACPI specification, for tables containing Definition Blocks,
|
||||
# According to ACPI specification, for tables containing Definition Blocks,
|
||||
# this is the ID for the ASL Compiler.
|
||||
# This PCD is ignored for definition block.
|
||||
# @Prompt Default Creator ID for ACPI table creation.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId|0x20202020|UINT32|0x30001037
|
||||
|
||||
## Default Creator Revision for ACPI table creation.
|
||||
# Accroding to ACPI specification, for tables containing Definition Blocks,
|
||||
# According to ACPI specification, for tables containing Definition Blocks,
|
||||
# this is the revision for the ASL Compiler.
|
||||
# This PCD is ignored for definition block.
|
||||
# @Prompt Default Creator Revision for ACPI table creation.
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemTableId_PROMPT #language en-US "Default OEM Table ID for ACPI table creation"
|
||||
|
||||
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemTableId_HELP #language en-US "Default OEM Table ID for ACPI table creation.<BR><BR>\n"
|
||||
"Accroding to ACPI specification, this field is particularly useful when\n"
|
||||
"According to ACPI specification, this field is particularly useful when\n"
|
||||
"defining a definition block to distinguish definition block functions.<BR>\n"
|
||||
"The OEM assigns each dissimilar table a new OEM Table ID.<BR>\n"
|
||||
"This PCD is ignored for definition block.<BR>"
|
||||
|
@ -234,7 +234,7 @@
|
|||
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemRevision_PROMPT #language en-US "Default OEM Revision for ACPI table creation"
|
||||
|
||||
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultOemRevision_HELP #language en-US "Default OEM Revision for ACPI table creation.<BR><BR>\n"
|
||||
"Accroding to ACPI specification, for LoadTable() opcode, the OS can also\n"
|
||||
"According to ACPI specification, for LoadTable() opcode, the OS can also\n"
|
||||
"check the OEM Table ID and Revision ID against a database for a newer\n"
|
||||
"revision Definition Block of the same OEM Table ID and load it instead.<BR>\n"
|
||||
"This PCD is ignored for definition block.<BR>"
|
||||
|
@ -242,14 +242,14 @@
|
|||
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorId_PROMPT #language en-US "Default Creator ID for ACPI table creation"
|
||||
|
||||
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorId_HELP #language en-US "Default Creator ID for ACPI table creation.<BR><BR>\n"
|
||||
"Accroding to ACPI specification, for tables containing Definition Blocks,\n"
|
||||
"According to ACPI specification, for tables containing Definition Blocks,\n"
|
||||
"this is the ID for the ASL Compiler.<BR>\n"
|
||||
"This PCD is ignored for definition block.<BR>"
|
||||
|
||||
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorRevision_PROMPT #language en-US "Default Creator Revision for ACPI table creation"
|
||||
|
||||
#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiDefaultCreatorRevision_HELP #language en-US "Default Creator Revision for ACPI table creation.<BR><BR>\n"
|
||||
"Accroding to ACPI specification, for tables containing Definition Blocks,\n"
|
||||
"According to ACPI specification, for tables containing Definition Blocks,\n"
|
||||
"this is the revision for the ASL Compiler.<BR>\n"
|
||||
"This PCD is ignored for definition block.<BR>"
|
||||
|
||||
|
|
Loading…
Reference in New Issue