From 28bccf2540f6d48de467c3fadbf4d54eb38d25ab Mon Sep 17 00:00:00 2001 From: Guillaume Bailey Date: Wed, 12 Oct 2022 16:19:33 +0200 Subject: [PATCH] Fix typo Test: comment change only Change-Id: Icd774e9f84dbc3939ca2088023d31ca49ad747cc --- .../java/android/hardware/camera2/CameraCaptureSession.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/hardware/camera2/CameraCaptureSession.java b/core/java/android/hardware/camera2/CameraCaptureSession.java index 5b1973ad2dd47..8e4a10879ce51 100644 --- a/core/java/android/hardware/camera2/CameraCaptureSession.java +++ b/core/java/android/hardware/camera2/CameraCaptureSession.java @@ -306,9 +306,9 @@ public abstract class CameraCaptureSession implements AutoCloseable { * requests are processed in first-in, first-out order and reprocess requests are processed in * first-in, first-out order, respectively. However, the processing order of a regular request * and a reprocess request in progress is not specified. In other words, a regular request - * will always be processed before regular requets that are submitted later. A reprocess request - * will always be processed before reprocess requests that are submitted later. However, a - * regular request may not be processed before reprocess requests that are submitted later.

+ * will always be processed before regular requests that are submitted later. A reprocess + * request will always be processed before reprocess requests that are submitted later. However, + * a regular request may not be processed before reprocess requests that are submitted later.

* *

Requests submitted through this method have higher priority than * those submitted through {@link #setRepeatingRequest} or