]> granicus.if.org Git - clang/commitdiff
Review feedback.
authorDiego Novillo <dnovillo@google.com>
Wed, 23 Apr 2014 15:21:23 +0000 (15:21 +0000)
committerDiego Novillo <dnovillo@google.com>
Wed, 23 Apr 2014 15:21:23 +0000 (15:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206997 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index acf576317ca084a86560357fe2aa1fb9c3123271..19603d4e2c9dcb690ce25d78d1a196541bdaaca4 100644 (file)
@@ -1123,7 +1123,7 @@ usual build cycle when using sample profilers for optimization:
 
      $ create_llvm_prof --binary=./code --out=code.prof
 
-   This will read ``perf.data``, the binary file ``./code`` and emit
+   This will read ``perf.data`` and the binary file ``./code`` and emit
    the profile data in ``code.prof``. Note that if you ran ``perf``
    without the ``-b`` flag, you need to use ``--use_lbr=false`` when
    calling ``create_llvm_prof``.
@@ -1160,7 +1160,7 @@ https://github.com/google/autofdo/blob/master/profile_writer.h):
     ...
     offsetN[.discriminator]: number_of_samples [fn5:num fn6:num ... ]
 
-The file may contain blank lines between sections and lines within a
+The file may contain blank lines between sections and within a
 section. However, the spacing within a single line is fixed. Additional
 spaces will result in an error while reading the file.