summaryrefslogtreecommitdiff
path: root/SecurityPkg/Library/TcgStorageCoreLib
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:08:18 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitdd40a1f85c846050ba9260d537f9f675b35d543c (patch)
tree80fd9e1991daff05edd860fcffdac6c42fbaa69c /SecurityPkg/Library/TcgStorageCoreLib
parentf9fd0c21082aa764bdb61b6485046286f782a781 (diff)
downloadedk2-dd40a1f85c846050ba9260d537f9f675b35d543c.zip
edk2-dd40a1f85c846050ba9260d537f9f675b35d543c.tar.gz
edk2-dd40a1f85c846050ba9260d537f9f675b35d543c.tar.bz2
SecurityPkg/Tcg: Fix various typos
Fix various typos in documentation, comments and debug strings. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-66-philmd@redhat.com> [lersek@redhat.com: replace EFI_D_xxx w/ DEBUG_xxx to shut up PatchCheck]
Diffstat (limited to 'SecurityPkg/Library/TcgStorageCoreLib')
-rw-r--r--SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCore.c2
-rw-r--r--SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCore.c b/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCore.c
index f9c57a1..660f79e 100644
--- a/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCore.c
+++ b/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCore.c
@@ -837,7 +837,7 @@ TcgAddEndTransaction(
}
/**
- Initial the tcg parse stucture.
+ Initial the tcg parse structure.
@param ParseStruct Input parse structure.
@param Buffer Input buffer data.
diff --git a/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c b/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c
index b6d5cf9..ff331bf 100644
--- a/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c
+++ b/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c
@@ -640,7 +640,7 @@ TcgSetAuthorityEnabled(
@param HostSession Host session data.
@param AceRow Ace row info.
@param Authority1 Authority 1 info.
- @param LogicalOperator Logiccal operator info.
+ @param LogicalOperator Logical operator info.
@param Authority2 Authority 2 info.
@retval Return the action result.