summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorMark Lacey <mark.lacey@apple.com>2016-02-12 06:19:16 +0000
committerMark Lacey <mark.lacey@apple.com>2016-02-12 06:19:16 +0000
commit802f19a17021a808e383aa94212706878a50f0c7 (patch)
treee95d33ef6a201a9f5cb6e59d559a39804009df12 /llvm/docs
parent6a5c06eaad4b81f1fd4fe74031d375e6d29e87a2 (diff)
downloadbcm5719-llvm-802f19a17021a808e383aa94212706878a50f0c7.tar.gz
bcm5719-llvm-802f19a17021a808e383aa94212706878a50f0c7.zip
Fix minor error with debug info doc.
Replace 'third' with 'fourth' in the description of the fourth argument. llvm-svn: 260656
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/SourceLevelDebugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index 270c44eb50b..300096b7ccf 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -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
============================
OpenPOWER on IntegriCloud