summaryrefslogtreecommitdiff
path: root/tests/spec/ext_framebuffer_multisample/blit-multiple-render-targets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/ext_framebuffer_multisample/blit-multiple-render-targets.cpp')
-rw-r--r--tests/spec/ext_framebuffer_multisample/blit-multiple-render-targets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/ext_framebuffer_multisample/blit-multiple-render-targets.cpp b/tests/spec/ext_framebuffer_multisample/blit-multiple-render-targets.cpp
index 2f5a37fba..ac25653fd 100644
--- a/tests/spec/ext_framebuffer_multisample/blit-multiple-render-targets.cpp
+++ b/tests/spec/ext_framebuffer_multisample/blit-multiple-render-targets.cpp
@@ -119,7 +119,7 @@ piglit_display()
glClearColor(0.0, 1.0, 0.0, 1.0);
glClear(GL_COLOR_BUFFER_BIT);
- /* Clear all color attachements of multisample_fbo to blue color */
+ /* Clear all color attachments of multisample_fbo to blue color */
glBindFramebuffer(GL_DRAW_FRAMEBUFFER, multisample_fbo.handle);
glDrawBuffers(6, bufs);
glClearColor(0.0, 0.0, 1.0, 1.0);