diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:08:18 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | dd40a1f85c846050ba9260d537f9f675b35d543c (patch) | |
tree | 80fd9e1991daff05edd860fcffdac6c42fbaa69c /SecurityPkg/Include/Library | |
parent | f9fd0c21082aa764bdb61b6485046286f782a781 (diff) | |
download | edk2-dd40a1f85c846050ba9260d537f9f675b35d543c.tar.gz edk2-dd40a1f85c846050ba9260d537f9f675b35d543c.tar.bz2 edk2-dd40a1f85c846050ba9260d537f9f675b35d543c.zip |
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/Include/Library')
-rw-r--r-- | SecurityPkg/Include/Library/TcgStorageCoreLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/Include/Library/TcgStorageCoreLib.h b/SecurityPkg/Include/Library/TcgStorageCoreLib.h index c25a56a14c..01a44c667c 100644 --- a/SecurityPkg/Include/Library/TcgStorageCoreLib.h +++ b/SecurityPkg/Include/Library/TcgStorageCoreLib.h @@ -588,7 +588,7 @@ TcgAddEndTransaction( );
/**
- Initial the tcg parse stucture.
+ Initial the tcg parse structure.
@param ParseStruct Input parse structure.
@param Buffer Input buffer data.
@@ -1218,7 +1218,7 @@ TcgParseSyncSession( @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.
|