commit | a41111070cee0d259b01dc36e04e30aca51cb64d | [log] [tgz] |
---|---|---|
author | Hongguang Chen <hgchen@google.com> | Mon Jul 27 15:53:10 2020 -0700 |
committer | Hongguang Chen <hgchen@google.com> | Mon Jul 27 22:54:22 2020 +0000 |
tree | 4a81b2dc7a7f85d9d03a77ea864e9cf61c120459 | |
parent | 864a2dbee58740195118545be63102b349e0ae34 [diff] [blame] |
Use more inclusive language for #inclusivefixit Updating language to comply with Android’s inclusive language guidance. See https://source.android.com/setup/contribute/respectful-code for reference. Bug: 161896447 Test: make Change-Id: I85a9f48fbab79b3b68f00c0af68750c616d815f8
diff --git a/trusty/keymaster/TrustyKeymaster.cpp b/trusty/keymaster/TrustyKeymaster.cpp index f3ef747..750a9d7 100644 --- a/trusty/keymaster/TrustyKeymaster.cpp +++ b/trusty/keymaster/TrustyKeymaster.cpp
@@ -173,7 +173,7 @@ } 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);