Skip to content

Commit

Permalink
SecurityPkg:Tcg: Fix comment typos
Browse files Browse the repository at this point in the history
"Triggle" is a typo. Replace it with "Trigger"

Cc: Long Qin <[email protected]>
Cc: Jiewen Yao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chao Zhang <[email protected]>
Reviewed-by: Long Qin <[email protected]>
zhangchaointel committed Jul 16, 2018
1 parent 4c6d0de commit 60ee3bd
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions SecurityPkg/Tcg/Tcg2Smm/Tpm.asl
Original file line number Diff line number Diff line change
@@ -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)
16 changes: 8 additions & 8 deletions SecurityPkg/Tcg/TcgSmm/Tpm.asl
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 60ee3bd

Please sign in to comment.