[clang] a427e18 - [docs][misexpect][NFC] Fix malformed table in docs

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 17:14:17 PDT 2022


Author: Paul Kirth
Date: 2022-03-29T00:14:07Z
New Revision: a427e18896dee3cd00d5f565cfb9d7d2f26ebcec

URL: https://github.com/llvm/llvm-project/commit/a427e18896dee3cd00d5f565cfb9d7d2f26ebcec
DIFF: https://github.com/llvm/llvm-project/commit/a427e18896dee3cd00d5f565cfb9d7d2f26ebcec.diff

LOG: [docs][misexpect][NFC] Fix malformed table in docs

Reviewed By: abrachet

Differential Revision: https://reviews.llvm.org/D122623

Added: 
    

Modified: 
    clang/docs/MisExpect.rst
    llvm/docs/MisExpect.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/MisExpect.rst b/clang/docs/MisExpect.rst
index c3c8e97cb050c..29eb1269b8982 100644
--- a/clang/docs/MisExpect.rst
+++ b/clang/docs/MisExpect.rst
@@ -64,7 +64,7 @@ Sampling. MisExpect Diagnostics are compatible with all Profiling formats.
 +----------------+--------------------------------------------------------------------------------------+
 | Profile Type   | Description                                                                          |
 +================+======================================================================================+
-| Frontend       | Profiling instrumentation added during compilation by the frontend, i.e. ``clang``    |
+| Frontend       | Profiling instrumentation added during compilation by the frontend, i.e. ``clang``   |
 +----------------+--------------------------------------------------------------------------------------+
 | IR             | Profiling instrumentation added during by the LLVM backend                           |
 +----------------+--------------------------------------------------------------------------------------+

diff  --git a/llvm/docs/MisExpect.rst b/llvm/docs/MisExpect.rst
index b4b6e2c5336dc..a9e6f8cc7006d 100644
--- a/llvm/docs/MisExpect.rst
+++ b/llvm/docs/MisExpect.rst
@@ -62,7 +62,7 @@ Sampling. MisExpect Diagnostics are compatible with all Profiling formats.
 +----------------+--------------------------------------------------------------------------------------+
 | Profile Type   | Description                                                                          |
 +================+======================================================================================+
-| Frontend       | Profiling instrumentation added during compilation by the frontend, i.e. ``clang``    |
+| Frontend       | Profiling instrumentation added during compilation by the frontend, i.e. ``clang``   |
 +----------------+--------------------------------------------------------------------------------------+
 | IR             | Profiling instrumentation added during by the LLVM backend                           |
 +----------------+--------------------------------------------------------------------------------------+


        


More information about the cfe-commits mailing list