[Piglit] [PATCH 1/8] fbo: Fix trivial typo in comment

Brian Paul brianp at vmware.com
Wed May 31 16:23:06 UTC 2017


On 05/30/2017 11:33 PM, Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> ---
>   tests/fbo/fbo-incomplete-invalid-texture.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/fbo/fbo-incomplete-invalid-texture.c b/tests/fbo/fbo-incomplete-invalid-texture.c
> index cd8adaf..ac183b4 100644
> --- a/tests/fbo/fbo-incomplete-invalid-texture.c
> +++ b/tests/fbo/fbo-incomplete-invalid-texture.c
> @@ -61,7 +61,7 @@ piglit_init(int argc, char **argv)
>   	glGenFramebuffers(1, &fbo);
>   	glBindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo);
>
> -	/* The format of the pixel data is invalide for the specified
> +	/* The format of the pixel data is invalid for the specified
>   	 * internalFormat.  This should fail and generate
>   	 * GL_INVALID_OPERATION.  This leaves the texture in a weird, broken
>   	 * state.
>

For the series,
Reviewed-by: Brian Paul <brianp at vmware.com>



More information about the Piglit mailing list