Fix typos

PiperOrigin-RevId: 430220416
This commit is contained in:
andrewlewis 2022-02-22 16:43:32 +00:00 committed by Ian Baker
parent 805959df8b
commit 5867a3a29c

View File

@ -165,11 +165,11 @@ import java.util.concurrent.atomic.AtomicInteger;
private final EGLDisplay eglDisplay; private final EGLDisplay eglDisplay;
private final EGLContext eglContext; private final EGLContext eglContext;
private final EGLSurface eglSurface; private final EGLSurface eglSurface;
/** Indentifier of the external texture the {@code FrameEditor} reads its input from. */ /** Identifier of the external texture the {@code FrameEditor} reads its input from. */
private final int inputExternalTexId; private final int inputExternalTexId;
/** /**
* Indentifier of the texture where the output of the {@link ExternalCopyFrameProcessor} is * Identifier of the texture where the output of the {@link ExternalCopyFrameProcessor} is written
* written to and the {@link TransformationFrameProcessor} reads its input from. * to and the {@link TransformationFrameProcessor} reads its input from.
*/ */
private final int intermediateTexId; private final int intermediateTexId;
/** Identifier of a framebuffer object associated with the intermediate texture. */ /** Identifier of a framebuffer object associated with the intermediate texture. */