summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2016-05-10 17:57:00 +0800
committerStar Zeng <star.zeng@intel.com>2016-06-16 13:10:00 +0800
commitdbff6ed05ea8e7c692366369423c0500e3e08b91 (patch)
tree430d15baa7261e936b7172dcdcd245ab353a30f1
parent0efc3be0af3dafffb99e29c569a2c230910678de (diff)
downloadedk2-dbff6ed05ea8e7c692366369423c0500e3e08b91.tar.gz
edk2-dbff6ed05ea8e7c692366369423c0500e3e08b91.tar.bz2
edk2-dbff6ed05ea8e7c692366369423c0500e3e08b91.zip
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>
-rw-r--r--SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c2
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;
}