commit | 73a3c9639795069536eb04c705b394373cbb89d5 | [log] [tgz] |
---|---|---|
author | Lihao Liang <lihaoliang@google.com> | Fri Jul 31 21:47:20 2020 +0000 |
committer | Lihao Liang <lihaoliang@google.com> | Fri Jul 31 23:17:17 2020 +0000 |
tree | 582eb360165ad2298d50d2ff58f1e68c5fc10608 | |
parent | dd39a292aa7ec2b69c88fec9c7f6a9391ccc17bb [diff] [blame] |
Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference BUG=161896447 Change-Id: Ib2eece23261c496172d4f3c5d0a8477d7195896f
diff --git a/services/surfaceflinger/Scheduler/DispSync.h b/services/surfaceflinger/Scheduler/DispSync.h index 3e33c7e..0822266 100644 --- a/services/surfaceflinger/Scheduler/DispSync.h +++ b/services/surfaceflinger/Scheduler/DispSync.h
@@ -233,7 +233,7 @@ // mZeroErrSamplesCount keeps track of how many times in a row there were // zero timestamps available in the mPresentFences array. - // Used to sanity check that we are able to calculate the model error. + // Used to check that we are able to calculate the model error. size_t mZeroErrSamplesCount; // Whether we have updated the vsync event model since the last resync.