diff options
Diffstat (limited to 'docs/CommandGuide/llvm-bcanalyzer.pod')
-rw-r--r-- | docs/CommandGuide/llvm-bcanalyzer.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvm-bcanalyzer.pod b/docs/CommandGuide/llvm-bcanalyzer.pod index b0bc0cddba82..9c5021b639f1 100644 --- a/docs/CommandGuide/llvm-bcanalyzer.pod +++ b/docs/CommandGuide/llvm-bcanalyzer.pod @@ -268,7 +268,7 @@ The number of bytes consumed by instructions in the function. =item B<Average Instruction Size> -The average number of bytes consumed by the instructions in the funtion. This +The average number of bytes consumed by the instructions in the function. This value is computed by dividing Instruction Size by Instructions. =item B<Bytes Per Instruction> @@ -310,6 +310,6 @@ L<llvm-dis|llvm-dis>, L<http://llvm.org/docs/BitCodeFormat.html> =head1 AUTHORS -Maintained by the LLVM Team (L<http://llvm.org>). +Maintained by the LLVM Team (L<http://llvm.org/>). =cut |