aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/llvm-bcanalyzer.pod
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-02-28 12:26:34 +0000
committerBill Wendling <isanbard@gmail.com>2009-02-28 12:26:34 +0000
commit4cc6ef6880c386479be782285772d121f41c1a31 (patch)
treeed5f48776cd8ec27fc2e0eab59a87462a82bc268 /docs/CommandGuide/llvm-bcanalyzer.pod
parent27865b53ed29e1eb31c0d37ef6e1444e3a09b935 (diff)
downloadexternal_llvm-4cc6ef6880c386479be782285772d121f41c1a31.zip
external_llvm-4cc6ef6880c386479be782285772d121f41c1a31.tar.gz
external_llvm-4cc6ef6880c386479be782285772d121f41c1a31.tar.bz2
Fix typo. Found by William Moss.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-bcanalyzer.pod')
-rw-r--r--docs/CommandGuide/llvm-bcanalyzer.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-bcanalyzer.pod b/docs/CommandGuide/llvm-bcanalyzer.pod
index e789c98..f60b513 100644
--- a/docs/CommandGuide/llvm-bcanalyzer.pod
+++ b/docs/CommandGuide/llvm-bcanalyzer.pod
@@ -306,7 +306,7 @@ Rate encoding scheme. The percentage is relative to # of VBR Expanded Bytes.
=head1 SEE ALSO
-L<llvm-dis|llvm-dis>, L<http://llvm.org/docs/BitcodeFormat.html>
+L<llvm-dis|llvm-dis>, L<http://llvm.org/docs/BitCodeFormat.html>
=head1 AUTHORS