SecurityPkg/TcgStorageOpalLib: Avoid using special word in comments

Cc: Shumin Qiu <shumin.qiu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
This commit is contained in:
Eric Dong 2016-05-10 17:57:00 +08:00 committed by Star Zeng
parent 0efc3be0af
commit dbff6ed05e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}