From 7706fc930ac3483d2fe88bf5929c1014d82dbe8a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 27 Aug 2017 17:34:06 +0000 Subject: 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 --- docs/UsersManual.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3