diff options
author | Matt Turner <[email protected]> | 2011-11-05 17:11:59 -0400 |
---|---|---|
committer | Matt Turner <[email protected]> | 2011-11-05 17:11:59 -0400 |
commit | 9f52b876f493982022795021fe6173de8089a224 (patch) | |
tree | 9c2e22cda3dd2bde19bd313bec8b83c356879256 /docs/llvmpipe.html | |
parent | 7494c814ef642468c8e6838027443703d311602f (diff) |
docs: fix grammar and punctuation in llvmpipe docs.
Diffstat (limited to 'docs/llvmpipe.html')
-rw-r--r-- | docs/llvmpipe.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html index 980bfce3f76..bd9cc26f266 100644 --- a/docs/llvmpipe.html +++ b/docs/llvmpipe.html @@ -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. |