From f516614e8a40e35b44abc4c9ff4bb4c30d9058fc Mon Sep 17 00:00:00 2001 From: Jonathan Roelofs Date: Sat, 7 Feb 2015 17:18:26 +0000 Subject: [PATCH] Fix docs typo regarding lit.local.cfg files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228499 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/lit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst index 2708e9de074..9c63848a76d 100644 --- a/docs/CommandGuide/lit.rst +++ b/docs/CommandGuide/lit.rst @@ -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 -- 2.34.1