fixed some typos
[mesa.git] / docs / README.DJ
index 2e663d2ee70427e5b49d8489a1b8a1a884d52777..63d3711e0e1056d1481eb300c07e08d8054a7218 100644 (file)
@@ -128,8 +128,8 @@ FAQ:
 
    Q) What is NUL driver good for, if I don't get any output at all?
    A) For debugging. The NUL driver is very much like OSMesa. Everything is
-      done just the same as VESA/VGA drivers, only it doesn't touches your
-      video hardware. You can query the actual buffer by issuing:
+      done just the same as VESA/VGA drivers, only it doesn't touch your video
+      hardware. You can query the actual buffer by issuing:
        DMesaGetIntegerv(DMESA_GET_BUFFER_ADDR, &buffer);
       and dump it to a file.