Skip to content

Commit

Permalink
Fix minor error with debug info doc.
Browse files Browse the repository at this point in the history
Replace 'third' with 'fourth' in the description of the fourth argument.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260656 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rudkx committed Feb 12, 2016
1 parent 6ca1d41 commit 0ff839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SourceLevelDebugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============================
Expand Down

0 comments on commit 0ff839a

Please sign in to comment.