Fix minor error with debug info doc.
authorMark Lacey <mark.lacey@apple.com>
Fri, 12 Feb 2016 06:19:16 +0000 (06:19 +0000)
committerMark Lacey <mark.lacey@apple.com>
Fri, 12 Feb 2016 06:19:16 +0000 (06:19 +0000)
Replace 'third' with 'fourth' in the description of the fourth argument.

llvm-svn: 260656

llvm/docs/SourceLevelDebugging.rst

index 270c44e..300096b 100644 (file)
@@ -197,7 +197,7 @@ value.  The first argument is the new value (wrapped as metadata).  The second
 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
 ============================