From 0ab475c9a1d551a919430f3b6df6f652e4d2a3ed Mon Sep 17 00:00:00 2001 From: "Zhang, Chao B" Date: Tue, 15 Nov 2016 15:39:26 +0800 Subject: SecurityPkg: Fix typos in comments This patch fixes the following typos: - intialized -> initialized - TURE -> TRUE - successull -> successfully - hanlder -> handler - funciton -> function - Seperator -> Separator - Sumbit -> Submit Also convert EFI_D_ERROR to DEBUG_ERROR for some debug messages. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Chao Zhang --- SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SecurityPkg/Library/TcgStorageOpalLib') diff --git a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c index a0eac33..90cc51a 100644 --- a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c +++ b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c @@ -1055,7 +1055,7 @@ OpalGlobalLockingRangeGenKey( /** The function updates the ReadLocked and WriteLocked columns of the Global Locking Range. - This funciton is required for a user1 authority, since a user1 authority shall only have access to ReadLocked and WriteLocked columns + This function is required for a user1 authority, since a user1 authority shall only have access to ReadLocked and WriteLocked columns (not ReadLockEnabled and WriteLockEnabled columns). @param[in] LockingSpSession OPAL_SESSION with OPAL_UID_LOCKING_SP to generate key -- cgit v1.1