summaryrefslogtreecommitdiff
path: root/trusty/keymaster/TrustyKeymaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trusty/keymaster/TrustyKeymaster.cpp')
-rw-r--r--trusty/keymaster/TrustyKeymaster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/trusty/keymaster/TrustyKeymaster.cpp b/trusty/keymaster/TrustyKeymaster.cpp
index f3ef747f69..750a9d71cf 100644
--- a/trusty/keymaster/TrustyKeymaster.cpp
+++ b/trusty/keymaster/TrustyKeymaster.cpp
@@ -173,7 +173,7 @@ void TrustyKeymaster::AbortOperation(const AbortOperationRequest& request,
}
GetHmacSharingParametersResponse TrustyKeymaster::GetHmacSharingParameters() {
- // Dummy empty buffer to allow ForwardCommand to have something to serialize
+ // Empty buffer to allow ForwardCommand to have something to serialize
Buffer request;
GetHmacSharingParametersResponse response;
ForwardCommand(KM_GET_HMAC_SHARING_PARAMETERS, request, &response);