From aad552850203f4d9cdca54d6bec215a3206c6f1e Mon Sep 17 00:00:00 2001 From: Jhin Tom Date: Thu, 1 Feb 2024 12:00:01 +0000 Subject: Correcting a spelling mistake. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The last word of the comment for Surface#destroy should be “surface”, not “service”. Test: make framework-minus-apex Change-Id: I66398d111df147187f2d75cbfa6dd5baf686cdca --- core/java/android/view/Surface.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/view/Surface.java b/core/java/android/view/Surface.java index 2208f89a04c2..6a4385952796 100644 --- a/core/java/android/view/Surface.java +++ b/core/java/android/view/Surface.java @@ -349,7 +349,7 @@ public class Surface implements Parcelable { /** * Free all server-side state associated with this surface and * release this object's reference. This method can only be - * called from the process that created the service. + * called from the process that created the surface. * @hide */ @UnsupportedAppUsage -- cgit v1.2.3-59-g8ed1b