trace: Fix typo in build instructions.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 16 Sep 2008 11:24:43 +0000 (20:24 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Tue, 16 Sep 2008 11:24:43 +0000 (20:24 +0900)
src/gallium/drivers/trace/README

index e7a2f12b022f34ed0a5693943de91306c8c33928..f0e1cd596d3f887a0be4b6e8579b591275ebf1f5 100644 (file)
@@ -10,7 +10,7 @@ This directory contains a Gallium3D pipe driver which traces all incoming calls.
 
 To build, invoke scons on the top dir as
  
- scons statetrackers=mesa drivers=softpipe,i915simple,trace winsys=xlib
+ scons statetrackers=mesa drivers=softpipe,i965simple,trace winsys=xlib
 
 
 = Usage =