[PATCH] D122623: [docs][misexpect] Fix malformed table in docs

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 16:52:07 PDT 2022


paulkirth created this revision.
Herald added a project: All.
paulkirth requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122623

Files:
  llvm/docs/MisExpect.rst


Index: llvm/docs/MisExpect.rst
===================================================================
--- llvm/docs/MisExpect.rst
+++ llvm/docs/MisExpect.rst
@@ -62,7 +62,7 @@
 +----------------+--------------------------------------------------------------------------------------+
 | 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                           |
 +----------------+--------------------------------------------------------------------------------------+


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122623.418733.patch
Type: text/x-patch
Size: 1030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220328/39d06791/attachment.bin>


More information about the llvm-commits mailing list