[zorg] r282094 - Fix a couple of small spelling/grammar nits. NFC

Jonathan Roelofs via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 10:32:58 PDT 2016


Author: jroelofs
Date: Wed Sep 21 12:32:58 2016
New Revision: 282094

URL: http://llvm.org/viewvc/llvm-project?rev=282094&view=rev
Log:
Fix a couple of small spelling/grammar nits. NFC

Modified:
    zorg/trunk/llvmbisect/docs/llvmlab_bisect.rst

Modified: zorg/trunk/llvmbisect/docs/llvmlab_bisect.rst
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/llvmbisect/docs/llvmlab_bisect.rst?rev=282094&r1=282093&r2=282094&view=diff
==============================================================================
--- zorg/trunk/llvmbisect/docs/llvmlab_bisect.rst (original)
+++ zorg/trunk/llvmbisect/docs/llvmlab_bisect.rst Wed Sep 21 12:32:58 2016
@@ -7,7 +7,7 @@ Automatic compiler bisecting with llvmla
 when a regression was introduced in any build of Clang, or LLVM
 produced by one of our Buildbots or Jenkins jobs.
 
-The basics of the tool are very simple, you must provided it with a "test case"
+The basics of the tool are very simple, you must provide it with a "test case"
 which will reproduce the problem you are seeing. Once you have done that, the
 tool will automatically download compiler packages from the cloud
 (typically produced by our continuous integration system) and will check whether
@@ -78,8 +78,8 @@ are x86_64 compilers built on Yosemite i
 should make sure your test explicitly sets anything which could impact the test 
 (like the architecture).
 
-The other way this impacts your tests is that some packages are layed out
-differently than others. Most compiler packages are layed out in a "Unix" style,
+The other way this impacts your tests is that some packages are laid out
+differently than others. Most compiler packages are laid out in a "Unix" style,
 with ``bin`` and ``lib`` subdirectories. One easy way to see the package layout
 is to use ``llvmlab fetch`` to grab a build from the particular builder you
 are using and poke at it. For example::
@@ -94,7 +94,7 @@ See ``llvmlab fetch --help`` for more in
 
 The main exception to remember is that Apple style builds generally will have
 "root" style layouts, where the package is meant to be installed directly into
-``/``, and will be layed out with ``usr/bin`` and ``Developer/usr/bin``
+``/``, and will be laid out with ``usr/bin`` and ``Developer/usr/bin``
 subdirectories.
 
 




More information about the llvm-commits mailing list