[llvm] r260656 - Fix minor error with debug info doc.

Mark Lacey via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 22:19:16 PST 2016


Author: rudkx
Date: Fri Feb 12 00:19:16 2016
New Revision: 260656

URL: http://llvm.org/viewvc/llvm-project?rev=260656&view=rev
Log:
Fix minor error with debug info doc.

Replace 'third' with 'fourth' in the description of the fourth argument.

Modified:
    llvm/trunk/docs/SourceLevelDebugging.rst

Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=260656&r1=260655&r2=260656&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Fri Feb 12 00:19:16 2016
@@ -197,7 +197,7 @@ value.  The first argument is the new va
 argument is the offset in the user source variable where the new value is
 written.  The third argument is a `local variable
 <LangRef.html#dilocalvariable>`_ containing a description of the variable.  The
-third argument is a `complex expression <LangRef.html#diexpression>`_.
+fourth argument is a `complex expression <LangRef.html#diexpression>`_.
 
 Object lifetimes and scoping
 ============================




More information about the llvm-commits mailing list