[PATCH] D45903: Fix typo in docs

Alex Yursha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 13:53:15 PDT 2018


yursha created this revision.
yursha added a reviewer: gribozavr.
Herald added a subscriber: llvm-commits.

Fix rst syntax typo in docs


Repository:
  rL LLVM

https://reviews.llvm.org/D45903

Files:
  docs/ProgrammersManual.rst


Index: docs/ProgrammersManual.rst
===================================================================
--- docs/ProgrammersManual.rst
+++ docs/ProgrammersManual.rst
@@ -2580,7 +2580,7 @@
 
 Frequently, we might have an instance of the ``Value`` class (`doxygen
 <http://llvm.org/doxygen/classllvm_1_1Value.html>`__) and we want to determine
-which ``User`` s use the ``Value``.  The list of all ``User``\ s of a particular
+which ``User``\ s use the ``Value``.  The list of all ``User``\ s of a particular
 ``Value`` is called a *def-use* chain.  For example, let's say we have a
 ``Function*`` named ``F`` to a particular function ``foo``.  Finding all of the
 instructions that *use* ``foo`` is as simple as iterating over the *def-use*


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45903.143383.patch
Type: text/x-patch
Size: 738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/df736f51/attachment.bin>


More information about the llvm-commits mailing list