Merge "Fix 'associated' javadoc typos" am: 3fd2c5c435

Change-Id: I2d94f1a8a7a2a9d811c122123012273900857c47
This commit is contained in:
Treehugger Robot
2020-05-12 22:52:35 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 3 deletions

View File

@@ -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);

View File

@@ -2259,7 +2259,7 @@ public final class SurfaceControl implements Parcelable {
}
/**
* Specify how the buffer assosciated with this Surface is mapped in to the
* Specify how the buffer associated with this Surface is mapped in to the
* parent coordinate space. The source frame will be scaled to fit the destination
* frame, after being rotated according to the orientation parameter.
*