From dbff6ed05ea8e7c692366369423c0500e3e08b91 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Tue, 10 May 2016 17:57:00 +0800 Subject: SecurityPkg/TcgStorageOpalLib: Avoid using special word in comments Cc: Shumin Qiu Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Qiu Shumin --- SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c index cc8d5ef3f0..a0eac33981 100644 --- a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c +++ b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c @@ -927,7 +927,7 @@ OpalSetLockingSpAuthorityEnabledAndPin( if (*MethodStatus != TCG_METHOD_STATUS_CODE_SUCCESS) { DEBUG ((DEBUG_INFO, "Update ACE for GLOBALRANGE_GENKEY failed\n")); // - // TODO do we want to disable user1 if all permissions are not granted + // Disable user1 if all permissions are not granted. // return TcgResultFailure; } -- cgit v1.2.3