[llvm] r260656 - Fix minor error with debug info doc.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 12 13:28:54 PST 2016
Thanks Mark. :)
On Fri, Feb 12, 2016, 1:21 AM Mark Lacey via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
> 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
> ============================
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160212/c4d8c2e3/attachment.html>
More information about the llvm-commits
mailing list