diff options
author | Eric Dong <eric.dong@intel.com> | 2016-05-10 17:57:00 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-06-16 13:10:00 +0800 |
commit | dbff6ed05ea8e7c692366369423c0500e3e08b91 (patch) | |
tree | 430d15baa7261e936b7172dcdcd245ab353a30f1 /SecurityPkg | |
parent | 0efc3be0af3dafffb99e29c569a2c230910678de (diff) | |
download | edk2-platforms-dbff6ed05ea8e7c692366369423c0500e3e08b91.tar.xz |
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>
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|