[llvm] d65cdb4 - [docs] Fix typo

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 24 11:51:34 PDT 2020


Author: Vedant Kumar
Date: 2020-06-24T11:51:21-07:00
New Revision: d65cdb498f901d7ce03dbaa1831c629400ebb422

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

LOG: [docs] Fix typo

Added: 
    

Modified: 
    llvm/docs/HowToUpdateDebugInfo.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/HowToUpdateDebugInfo.rst b/llvm/docs/HowToUpdateDebugInfo.rst
index f08722fb8eb9..3283bfd89339 100644
--- a/llvm/docs/HowToUpdateDebugInfo.rst
+++ b/llvm/docs/HowToUpdateDebugInfo.rst
@@ -139,7 +139,7 @@ Deleting an IR-level Instruction
 --------------------------------
 
 When an ``Instruction`` is deleted, its debug uses change to ``undef``. This is
-a loss of debug info: the value of a one or more source variables becomes
+a loss of debug info: the value of one or more source variables becomes
 unavailable, starting with the ``llvm.dbg.value(undef, ...)``. When there is no
 way to reconstitute the value of the lost instruction, this is the best
 possible outcome. However, it's often possible to do better:


        


More information about the llvm-commits mailing list