From aac7bd2bafb5006fb14005a2587332f860d6c30d Mon Sep 17 00:00:00 2001 From: Mark Lacey Date: Fri, 12 Feb 2016 06:19:16 +0000 Subject: [PATCH] Fix minor error with debug info doc. Replace 'third' with 'fourth' in the description of the fourth argument. llvm-svn: 260656 --- docs/SourceLevelDebugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst index 270c44eb50b..300096b7ccf 100644 --- a/docs/SourceLevelDebugging.rst +++ b/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 `_ containing a description of the variable. The -third argument is a `complex expression `_. +fourth argument is a `complex expression `_. Object lifetimes and scoping ============================