aboutsummaryrefslogtreecommitdiff
path: root/tests/drmstat.c
diff options
context:
space:
mode:
authorLeif Delgass <ldelgass@users.sourceforge.net>2003-04-24 16:47:32 +0000
committerLeif Delgass <ldelgass@users.sourceforge.net>2003-04-24 16:47:32 +0000
commit2dc672a7908817f43391703a8341cb873fbb1543 (patch)
tree9b1a6e3ad7e6558c8915599f0ef5b6495add1ac4 /tests/drmstat.c
parentcd3d6090b79ad5583494938a231cfc4da610ca9b (diff)
Minor cleanups for dri/drmstat test progs (Both still need targets for new
Makefile)
Diffstat (limited to 'tests/drmstat.c')
-rw-r--r--tests/drmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/drmstat.c b/tests/drmstat.c
index 8c691c49..4edaeb38 100644
--- a/tests/drmstat.c
+++ b/tests/drmstat.c
@@ -314,7 +314,7 @@ int main(int argc, char **argv)
printf("===== /proc/%d/maps =====\n", getpid());
sprintf(buf, "cat /proc/%d/maps", getpid());
system(buf);
- printf("===== /proc/grphics/0/mem =====\n");
+ printf("===== /proc/dri/0/mem =====\n");
sprintf(buf, "cat /proc/dri/0/mem");
system(buf);
printf("===== /proc/dri/0/vma =====\n");