[llvm] 4d62c34 - Typos correction.
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 04:46:36 PDT 2020
Author: SCOTT-HAMILTON
Date: 2020-04-13T13:46:18+02:00
New Revision: 4d62c34402c63a624abe352f025d2f0c368bfc71
URL: https://github.com/llvm/llvm-project/commit/4d62c34402c63a624abe352f025d2f0c368bfc71
DIFF: https://github.com/llvm/llvm-project/commit/4d62c34402c63a624abe352f025d2f0c368bfc71.diff
LOG: Typos correction.
Added:
Modified:
llvm/docs/CommandGuide/llvm-profdata.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst
index 4ebf88f02532..400c0e5b994d 100644
--- a/llvm/docs/CommandGuide/llvm-profdata.rst
+++ b/llvm/docs/CommandGuide/llvm-profdata.rst
@@ -67,7 +67,7 @@ OPTIONS
Specify an input file name along with a weight. The profile counts of the
supplied ``filename`` will be scaled (multiplied) by the supplied
- ``weight``, where where ``weight`` is a decimal integer >= 1.
+ ``weight``, where ``weight`` is a decimal integer >= 1.
Input files specified without using this option are assigned a default
weight of 1. Examples are shown below.
More information about the llvm-commits
mailing list