diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-02-07 17:18:26 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-02-07 17:18:26 +0000 |
commit | c990459b079007a0ed8b3077b18a9db15c39689e (patch) | |
tree | a9f04c848e878fae54dc15766b5991a897367f76 /llvm/docs/CommandGuide/lit.rst | |
parent | 29efe3b2874c5192d5618debfdaaa9b89dafb173 (diff) | |
download | llvm-c990459b079007a0ed8b3077b18a9db15c39689e.zip llvm-c990459b079007a0ed8b3077b18a9db15c39689e.tar.gz llvm-c990459b079007a0ed8b3077b18a9db15c39689e.tar.bz2 |
Fix docs typo regarding lit.local.cfg files
llvm-svn: 228499
Diffstat (limited to 'llvm/docs/CommandGuide/lit.rst')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index 2708e9d..9c63848 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/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 |