diff --git a/core/java/android/hardware/camera2/CaptureRequest.java b/core/java/android/hardware/camera2/CaptureRequest.java index 371da5e67b297..b2c1c71c12c27 100644 --- a/core/java/android/hardware/camera2/CaptureRequest.java +++ b/core/java/android/hardware/camera2/CaptureRequest.java @@ -62,7 +62,7 @@ import java.util.Objects; * *
A reprocess capture request allows a previously-captured image from the camera device to be * sent back to the device for further processing. It can be created with - * {@link CameraDevice#createReprocessCaptureRequest}, and used with a reprocessible capture session + * {@link CameraDevice#createReprocessCaptureRequest}, and used with a reprocessable capture session * created with {@link CameraDevice#createReprocessableCaptureSession}.
* * @see CameraCaptureSession#capture