diff options
author | Eli Bendersky <eli.bendersky@intel.com> | 2012-01-07 04:11:27 +0000 |
---|---|---|
committer | Eli Bendersky <eli.bendersky@intel.com> | 2012-01-07 04:11:27 +0000 |
commit | 0ff100dec047d7302cd45d9139d1aed09976be11 (patch) | |
tree | 8e9f0379eb91e3840f2f175104e771f3268a1210 | |
parent | 4964ba01f96d5b3a8fb27a7847c01666ee9b4ebd (diff) |
Fix dead link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147721 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CommandGuide/lit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod index 314e201d2d..ba22c95e99 100644 --- a/docs/CommandGuide/lit.pod +++ b/docs/CommandGuide/lit.pod @@ -37,7 +37,7 @@ the options specified on the command line, see L<"SELECTION OPTIONS"> for more information. Users interested in the B<lit> architecture or designing a B<lit> testing -implementation should see L<"LIT ARCHITECTURE"> +implementation should see L<"LIT INFRASTRUCTURE"> =head1 GENERAL OPTIONS |