docs: fix grammar and punctuation in llvmpipe docs.
authorMatt Turner <mattst88@gmail.com>
Sat, 5 Nov 2011 21:11:59 +0000 (17:11 -0400)
committerMatt Turner <mattst88@gmail.com>
Sat, 5 Nov 2011 21:11:59 +0000 (17:11 -0400)
docs/llvmpipe.html

index 980bfce3f76dcc2185fd0f2d2877319bd6beacaf..bd9cc26f266d19aa331400e62ffa1aa98ad1f6b7 100644 (file)
@@ -26,9 +26,9 @@ It's the fastest software rasterizer for Mesa.
 <li>
         <p>An x86 or amd64 processor; 64-bit mode recommended.</p
    <p>
-   Support for SSE2 is strongly encouraged.  Support for SSSE3, and SSE4.1 will
-   yield the most efficient code.  The less features the CPU has the more
-   likely is that you ran into underperforming, buggy, or incomplete code.  
+   Support for SSE2 is strongly encouraged.  Support for SSSE3 and SSE4.1 will
+   yield the most efficient code.  The fewer features the CPU has the more
+   likely is that you run into underperforming, buggy, or incomplete code.  
    </p>
    <p>
    See /proc/cpuinfo to know what your CPU supports.