From b9db1a6a96581645e222b6d43bd0cd795c6c7501 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Wed, 4 Sep 2013 12:31:18 +0100 Subject: [PATCH] testdisplay: Fix CRTS typo Signed-off-by: Damien Lespiau --- tests/testdisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testdisplay.c b/tests/testdisplay.c index 6e47ae2..f94e5c4 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -366,7 +366,7 @@ set_mode(struct connector *c) paint_output_info(c, &fb_info[current_fb]); paint_color_key(&fb_info[current_fb]); - fprintf(stdout, "CRTS(%u):[%d]",c->crtc, j); + fprintf(stdout, "CRTC(%u):[%d]",c->crtc, j); kmstest_dump_mode(&c->mode); if (drmModeSetCrtc(drm_fd, c->crtc, fb_id, 0, 0, &c->id, 1, &c->mode)) { -- 2.7.4