commit | 10b124c50da3d909fab23679a65a179411807026 | [log] [tgz] |
---|---|---|
author | Jiabin Huang <jiabin@google.com> | Tue Jul 28 22:39:30 2020 +0000 |
committer | Jiabin Huang <jiabin@google.com> | Tue Jul 28 22:39:33 2020 +0000 |
tree | b11fb730d77af9f7065b56e3b4122a82090e6ec8 | |
parent | c0ef095e07f03141a320f03d15eef1875d4f8f6c [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: I33701152a2d2b7a40a427d187fa11754282cc384
diff --git a/media/libaudioprocessing/AudioResamplerFirProcess.h b/media/libaudioprocessing/AudioResamplerFirProcess.h index 9b70a1c..1fcffcc 100644 --- a/media/libaudioprocessing/AudioResamplerFirProcess.h +++ b/media/libaudioprocessing/AudioResamplerFirProcess.h
@@ -381,7 +381,7 @@ // NOTE: be very careful when modifying the code here. register // pressure is very high and a small change might cause the compiler // to generate far less efficient code. - // Always sanity check the result with objdump or test-resample. + // Always validate the result with objdump or test-resample. if (LOCKED) { // locked polyphase (no interpolation)