[Mesa-dev] [PATCH 2/2] docs/llvmpipe.html: Minor edits
Ben Crocker
bcrocker at redhat.com
Mon Nov 27 19:44:59 UTC 2017
Language and spelling fixups in three places.
Cc: "17.2" "17.3" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Ben Crocker <bcrocker at redhat.com>
---
docs/llvmpipe.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html
index 5f93c0b807..a36a31ece3 100644
--- a/docs/llvmpipe.html
+++ b/docs/llvmpipe.html
@@ -63,7 +63,7 @@ It's the fastest software rasterizer for Mesa.
aptitude install llvm-dev
</pre>
<p>
- If you want development snaptshot builds of LLVM for Debian and derived
+ If you want development snapshot builds of LLVM for Debian and derived
distributions like Ubuntu, you can use the APT repository at <a
href="https://apt.llvm.org/" title="Debian Development packages for LLVM"
>apt.llvm.org</a>, which are maintained by Debian's LLVM maintainer.
@@ -246,8 +246,8 @@ build/linux-???-debug/gallium/drivers/llvmpipe:
</ul>
<p>
-Some of this tests can output results and benchmarks to a tab-separated-file
-for posterior analysis, e.g.:
+Some of these tests can output results and benchmarks to a tab-separated file
+for later analysis, e.g.:
</p>
<pre>
build/linux-x86_64-debug/gallium/drivers/llvmpipe/lp_test_blend -o blend.tsv
@@ -258,8 +258,8 @@ for posterior analysis, e.g.:
<ul>
<li>
- When looking to this code by the first time start in lp_state_fs.c, and
- then skim through the lp_bld_* functions called in there, and the comments
+ When looking at this code for the first time start in lp_state_fs.c, and
+ then skim through the lp_bld_* functions called there, and the comments
at the top of the lp_bld_*.c functions.
</li>
<li>
--
2.13.6
More information about the mesa-dev
mailing list