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

Ian Romanick idr at freedesktop.org
Wed May 31 05:33:39 UTC 2017


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.
-- 
2.9.4



More information about the Piglit mailing list