summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Sailendra Doddi <sailendrabathi@google.com> 2021-07-19 06:18:57 +0000
committer sailendrabathi <sailendrabathi@google.com> 2021-07-22 15:32:15 +0000
commitbc5b45a4bfbbe64f13dd08be2a2582d76d660f1d (patch)
tree14f1f17e2d10ece943874b46f170cb3fc59642c6
parentce2eb94514ce95d83bbef439f153ba4d06fdb40c (diff)
Updated comments using https://source.android.com/setup/contribute/respectful-code
BUG=162536543 Test: N/A Change-Id: If362e2ad7941695094c4727eec0d40484d78d2b6
-rw-r--r--media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/Camera2StillCaptureTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/Camera2StillCaptureTest.java b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/Camera2StillCaptureTest.java
index cbdcc36eea3a..66288f08b5a6 100644
--- a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/Camera2StillCaptureTest.java
+++ b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/Camera2StillCaptureTest.java
@@ -572,7 +572,7 @@ public class Camera2StillCaptureTest extends Camera2SurfaceViewTestCase {
/**
* Validate JPEG capture image object soundness and test.
* <p>
- * In addition to image object sanity, this function also does the decoding
+ * In addition to image object consistency, this function also does the decoding
* test, which is slower.
* </p>
*