[llvm] r228499 - Fix docs typo regarding lit.local.cfg files

Jonathan Roelofs jonathan at codesourcery.com
Sat Feb 7 09:18:27 PST 2015


Author: jroelofs
Date: Sat Feb  7 11:18:26 2015
New Revision: 228499

URL: http://llvm.org/viewvc/llvm-project?rev=228499&view=rev
Log:
Fix docs typo regarding lit.local.cfg files

Modified:
    llvm/trunk/docs/CommandGuide/lit.rst

Modified: llvm/trunk/docs/CommandGuide/lit.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lit.rst?rev=228499&r1=228498&r2=228499&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lit.rst (original)
+++ llvm/trunk/docs/CommandGuide/lit.rst Sat Feb  7 11:18:26 2015
@@ -341,7 +341,7 @@ LOCAL CONFIGURATION FILES
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
 When :program:`lit` loads a subdirectory in a test suite, it instantiates a
-local test configuration by cloning the configuration for the parent direction
+local test configuration by cloning the configuration for the parent directory
 --- the root of this configuration chain will always be a test suite.  Once the
 test configuration is cloned :program:`lit` checks for a *lit.local.cfg* file
 in the subdirectory.  If present, this file will be loaded and can be used to





More information about the llvm-commits mailing list