From: Zhang, Chao B Date: Mon, 16 Jul 2018 07:12:15 +0000 (+0800) Subject: SecurityPkg:Tcg: Fix comment typos X-Git-Tag: edk2-stable201903~1397 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=60ee3bd8dbe70189cab18af733c42187c9b317c7 SecurityPkg:Tcg: Fix comment typos "Triggle" is a typo. Replace it with "Trigger" Cc: Long Qin Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chao Zhang Reviewed-by: Long Qin --- diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl b/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl index 50dea0ab9a..471b6b1fa1 100644 --- a/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl +++ b/SecurityPkg/Tcg/Tcg2Smm/Tpm.asl @@ -259,12 +259,12 @@ DefinitionBlock ( If (LNot (And (MORD, 0x10))) { // - // Triggle the SMI through ACPI _PTS method. + // Trigger the SMI through ACPI _PTS method. // Store (0x02, MCIP) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (MCIN, IOB2) } @@ -365,7 +365,7 @@ DefinitionBlock ( Store (0x02, PPIP) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (PPIN, IOB2) Return (FRET) @@ -396,7 +396,7 @@ DefinitionBlock ( Store (0x05, PPIP) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (PPIN, IOB2) @@ -428,7 +428,7 @@ DefinitionBlock ( } // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (PPIN, IOB2) Return (FRET) @@ -442,7 +442,7 @@ DefinitionBlock ( Store (DerefOf (Index (Arg2, 0x00)), UCRQ) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (PPIN, IOB2) @@ -476,12 +476,12 @@ DefinitionBlock ( Store (DerefOf (Index (Arg2, 0x00)), MORD) // - // Triggle the SMI through ACPI _DSM method. + // Trigger the SMI through ACPI _DSM method. // Store (0x01, MCIP) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (MCIN, IOB2) Return (MRET) diff --git a/SecurityPkg/Tcg/TcgSmm/Tpm.asl b/SecurityPkg/Tcg/TcgSmm/Tpm.asl index 12f24f3996..2114283b45 100644 --- a/SecurityPkg/Tcg/TcgSmm/Tpm.asl +++ b/SecurityPkg/Tcg/TcgSmm/Tpm.asl @@ -95,12 +95,12 @@ DefinitionBlock ( If (LNot (And (MORD, 0x10))) { // - // Triggle the SMI through ACPI _PTS method. + // Trigger the SMI through ACPI _PTS method. // Store (0x02, MCIP) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (MCIN, IOB2) } @@ -200,7 +200,7 @@ DefinitionBlock ( Store (0x02, PPIP) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (PPIN, IOB2) Return (FRET) @@ -231,7 +231,7 @@ DefinitionBlock ( Store (0x05, PPIP) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (PPIN, IOB2) @@ -259,7 +259,7 @@ DefinitionBlock ( Store (DerefOf (Index (Arg2, 0x00)), PPRQ) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (PPIN, IOB2) Return (FRET) @@ -273,7 +273,7 @@ DefinitionBlock ( Store (DerefOf (Index (Arg2, 0x00)), UCRQ) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (PPIN, IOB2) @@ -307,12 +307,12 @@ DefinitionBlock ( Store (DerefOf (Index (Arg2, 0x00)), MORD) // - // Triggle the SMI through ACPI _DSM method. + // Trigger the SMI through ACPI _DSM method. // Store (0x01, MCIP) // - // Triggle the SMI interrupt + // Trigger the SMI interrupt // Store (MCIN, IOB2) Return (MRET)