From 2dc672a7908817f43391703a8341cb873fbb1543 Mon Sep 17 00:00:00 2001 From: Leif Delgass Date: Thu, 24 Apr 2003 16:47:32 +0000 Subject: Minor cleanups for dri/drmstat test progs (Both still need targets for new Makefile) --- tests/drmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/drmstat.c') 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"); -- cgit v1.2.3