diff --git a/automotive/evs/aidl/android/hardware/automotive/evs/ExposureParameters.aidl b/automotive/evs/aidl/android/hardware/automotive/evs/ExposureParameters.aidl index 6a85ade94e..e644fedb95 100644 --- a/automotive/evs/aidl/android/hardware/automotive/evs/ExposureParameters.aidl +++ b/automotive/evs/aidl/android/hardware/automotive/evs/ExposureParameters.aidl @@ -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; } diff --git a/automotive/evs/aidl/android/hardware/automotive/evs/GridStatistics.aidl b/automotive/evs/aidl/android/hardware/automotive/evs/GridStatistics.aidl index e66c51eb2e..57f72eaf44 100644 --- a/automotive/evs/aidl/android/hardware/automotive/evs/GridStatistics.aidl +++ b/automotive/evs/aidl/android/hardware/automotive/evs/GridStatistics.aidl @@ -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.