diff options
| author | andrewlewis <andrewlewis@google.com> | 2020-05-11 11:57:14 +0000 |
|---|---|---|
| committer | andrewlewis <andrewlewis@google.com> | 2020-05-11 11:57:25 +0000 |
| commit | 5b075b8f2ad3da573281f2109429fca70aedbadf (patch) | |
| tree | 049147d80422c329ce2fb847a8748de65f4ead11 /core/java/android/view/Surface.java | |
| parent | b80e0dac8705dde300cc88da7c35c98f110a0ddf (diff) | |
Fix 'associated' javadoc typos
Change-Id: I4ff16ec3d6bd1d98bb04b647a38f12af87286a5e
Diffstat (limited to 'core/java/android/view/Surface.java')
| -rw-r--r-- | core/java/android/view/Surface.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/Surface.java b/core/java/android/view/Surface.java index 3a6c8dd3720f..489307beb878 100644 --- a/core/java/android/view/Surface.java +++ b/core/java/android/view/Surface.java @@ -189,12 +189,12 @@ public class Surface implements Parcelable { } /** - * Create a Surface assosciated with a given {@link SurfaceControl}. Buffers submitted to this + * Create a Surface associated with a given {@link SurfaceControl}. Buffers submitted to this * surface will be displayed by the system compositor according to the parameters * specified by the control. Multiple surfaces may be constructed from one SurfaceControl, * but only one can be connected (e.g. have an active EGL context) at a time. * - * @param from The SurfaceControl to assosciate this Surface with + * @param from The SurfaceControl to associate this Surface with */ public Surface(@NonNull SurfaceControl from) { copyFrom(from); |
