aboutsummaryrefslogtreecommitdiff
path: root/tests/modeprint
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-07-02 23:12:33 +0200
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-07-02 23:12:33 +0200
commit49e1fa1d503bb66949d825c41c1d97c83cf86361 (patch)
tree5a196547ec455169e834c6e4b284118ff69c8acd /tests/modeprint
parent4f233ce61858b94e0c1bd36e331b36d1b59512e5 (diff)
tests: modeprint s/fb/fd/
Diffstat (limited to 'tests/modeprint')
-rw-r--r--tests/modeprint/modetest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeprint/modetest.c b/tests/modeprint/modetest.c
index 3f00922f..d8a94709 100644
--- a/tests/modeprint/modetest.c
+++ b/tests/modeprint/modetest.c
@@ -345,7 +345,7 @@ int main(int argc, char **argv)
fd = drmOpen("i915", NULL);
if (fd < 0) {
- printf("Failed to open the card fb (%d)\n",fd);
+ printf("Failed to open the card fd (%d)\n",fd);
return 1;
}