summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-08-27 17:34:06 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-08-27 17:34:06 +0000
commit7706fc930ac3483d2fe88bf5929c1014d82dbe8a (patch)
tree73113cecd18d3e338b3833088a2ca687154ba0a7 /docs
parent462390a3e04b364783b941b95bdecf36318fef01 (diff)
Fix two typos in the doc. Patch by kamleshbhalui on github
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/UsersManual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst
index e5f33fc295..17a6d4bb91 100644
--- a/docs/UsersManual.rst
+++ b/docs/UsersManual.rst
@@ -1438,7 +1438,7 @@ Sample Profile Text Format
This section describes the ASCII text format for sampling profiles. It is,
arguably, the easiest one to generate. If you are interested in generating any
-of the other two, consult the ``ProfileData`` library in in LLVM's source tree
+of the other two, consult the ``ProfileData`` library in LLVM's source tree
(specifically, ``include/llvm/ProfileData/SampleProfReader.h``).
.. code-block:: console
@@ -1454,7 +1454,7 @@ of the other two, consult the ``ProfileData`` library in in LLVM's source tree
offsetB[.discriminator]: fnB:num_of_total_samples
offsetB1[.discriminator]: number_of_samples [fn11:num fn12:num ... ]
-This is a nested tree in which the identation represents the nesting level
+This is a nested tree in which the indentation represents the nesting level
of the inline stack. There are no blank lines in the file. And the spacing
within a single line is fixed. Additional spaces will result in an error
while reading the file.