]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg:Tcg: Fix comment typos
authorZhang, Chao B <chao.b.zhang@intel.com>
Mon, 16 Jul 2018 07:12:15 +0000 (15:12 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Mon, 16 Jul 2018 23:47:04 +0000 (07:47 +0800)
"Triggle" is a typo. Replace it with "Trigger"

Cc: Long Qin <qin.long@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>
SecurityPkg/Tcg/Tcg2Smm/Tpm.asl
SecurityPkg/Tcg/TcgSmm/Tpm.asl

index 50dea0ab9ad4f82fd3257dc7365fe1c3da79da5a..471b6b1fa19789a7ff9595dcd05a8ad3fbe77799 100644 (file)
@@ -259,12 +259,12 @@ DefinitionBlock (
           If (LNot (And (MORD, 0x10)))\r
           {\r
             //\r
-            // Triggle the SMI through ACPI _PTS method.\r
+            // Trigger the SMI through ACPI _PTS method.\r
             //\r
             Store (0x02, MCIP)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (MCIN, IOB2)\r
           }\r
@@ -365,7 +365,7 @@ DefinitionBlock (
             Store (0x02, PPIP)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (PPIN, IOB2)\r
             Return (FRET)\r
@@ -396,7 +396,7 @@ DefinitionBlock (
             Store (0x05, PPIP)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (PPIN, IOB2)\r
 \r
@@ -428,7 +428,7 @@ DefinitionBlock (
             }\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (PPIN, IOB2)\r
             Return (FRET)\r
@@ -442,7 +442,7 @@ DefinitionBlock (
             Store (DerefOf (Index (Arg2, 0x00)), UCRQ)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (PPIN, IOB2)\r
 \r
@@ -476,12 +476,12 @@ DefinitionBlock (
             Store (DerefOf (Index (Arg2, 0x00)), MORD)\r
 \r
             //\r
-            // Triggle the SMI through ACPI _DSM method.\r
+            // Trigger the SMI through ACPI _DSM method.\r
             //\r
             Store (0x01, MCIP)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (MCIN, IOB2)\r
             Return (MRET)\r
index 12f24f399677e4593c3bca81eed562f32dd27e39..2114283b45105364032bf4d72078cb6d40af3c26 100644 (file)
@@ -95,12 +95,12 @@ DefinitionBlock (
           If (LNot (And (MORD, 0x10)))\r
           {\r
             //\r
-            // Triggle the SMI through ACPI _PTS method.\r
+            // Trigger the SMI through ACPI _PTS method.\r
             //\r
             Store (0x02, MCIP)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (MCIN, IOB2)\r
           }\r
@@ -200,7 +200,7 @@ DefinitionBlock (
             Store (0x02, PPIP)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (PPIN, IOB2)\r
             Return (FRET)\r
@@ -231,7 +231,7 @@ DefinitionBlock (
             Store (0x05, PPIP)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (PPIN, IOB2)\r
 \r
@@ -259,7 +259,7 @@ DefinitionBlock (
             Store (DerefOf (Index (Arg2, 0x00)), PPRQ)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (PPIN, IOB2)\r
             Return (FRET)\r
@@ -273,7 +273,7 @@ DefinitionBlock (
             Store (DerefOf (Index (Arg2, 0x00)), UCRQ)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (PPIN, IOB2)\r
 \r
@@ -307,12 +307,12 @@ DefinitionBlock (
             Store (DerefOf (Index (Arg2, 0x00)), MORD)\r
 \r
             //\r
-            // Triggle the SMI through ACPI _DSM method.\r
+            // Trigger the SMI through ACPI _DSM method.\r
             //\r
             Store (0x01, MCIP)\r
 \r
             //\r
-            // Triggle the SMI interrupt\r
+            // Trigger the SMI interrupt\r
             //\r
             Store (MCIN, IOB2)\r
             Return (MRET)\r