summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnuj Phogat <anuj.phogat@gmail.com>2016-06-10 10:47:58 -0700
committerAnuj Phogat <anuj.phogat@gmail.com>2016-07-01 14:20:08 -0700
commitc91fc829136e545f06d5e693ea361aba1e829c91 (patch)
treee9d643b9f786a996b534d9099bc1516029f2fe12
parentf2ebf8966b7c5528db10a28292ae06a8dd0f456a (diff)
fbo-copypix: Fix file name in the comment
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
-rw-r--r--tests/fbo/fbo-copypix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fbo/fbo-copypix.c b/tests/fbo/fbo-copypix.c
index 5919d2a59..58b13d474 100644
--- a/tests/fbo/fbo-copypix.c
+++ b/tests/fbo/fbo-copypix.c
@@ -25,7 +25,7 @@
* Brian Paul
*/
-/** @file fbo-readdrawpix.c
+/** @file fbo-copypix.c
*
* Test glCopyPixels between FBO and window.
* See also fbo-blit.c and fbo-readdrawpix.c