Merge "Correct comments" into udc-dev

This commit is contained in:
TreeHugger Robot
2023-04-03 16:08:28 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ parcelable ExposureParameters {
/** Remainder exposure time in clocks. */
long fineIntegrationTimeInPixelClocks;
/**
* Logarthm value of coarse integration time multiplier.
* Logarithm value of coarse integration time multiplier.
*/
int coarseIntegrationTimeLShift;
}

View File

@@ -25,7 +25,7 @@ import android.hardware.common.Ashmem;
*/
@VintfStability
parcelable GridStatistics {
/** */
/** Descriptors of grid statistics in shared memory. */
GridStatisticDesc[] descriptors;
/**
* Shared memory object containing one or more grid statistics.