summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.rst
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
commit6fd8839ab9d3f1810a8a96ef9b01ebb165b92014 (patch)
treed5604b8c6dda52e0eadf5e1293f315aee6e6fbb8 /clang/docs/UsersManual.rst
parenta7a61d97687af958346b24125d08cd1d886201db (diff)
downloadbcm5719-llvm-6fd8839ab9d3f1810a8a96ef9b01ebb165b92014.tar.gz
bcm5719-llvm-6fd8839ab9d3f1810a8a96ef9b01ebb165b92014.zip
Fix two typos in the doc. Patch by kamleshbhalui on github
llvm-svn: 311854
Diffstat (limited to 'clang/docs/UsersManual.rst')
-rw-r--r--clang/docs/UsersManual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index e5f33fc2956..17a6d4bb91f 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/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.
OpenPOWER on IntegriCloud