[llvm] r296967 - Fix a typo. Thanks to huangml. Reported here: https://github.com/llvm-mirror/llvm/pull/6
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 4 19:57:50 PST 2017
Isn't this *introducing* a typo?
(Also, "one of the more complex classes" is perfectly valid English.)
Peter
On Sat, Mar 4, 2017 at 5:56 AM, Sylvestre Ledru via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
> Author: sylvestre
> Date: Sat Mar 4 07:56:11 2017
> New Revision: 296967
>
> URL: http://llvm.org/viewvc/llvm-project?rev=296967&view=rev
> Log:
> Fix a typo. Thanks to huangml. Reported here: https://github.com/llvm-
> mirror/llvm/pull/6
>
>
> Modified:
> llvm/trunk/docs/ProgrammersManual.rst
>
> Modified: llvm/trunk/docs/ProgrammersManual.rst
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/
> ProgrammersManual.rst?rev=296967&r1=296966&r2=296967&view=diff
> ============================================================
> ==================
> --- llvm/trunk/docs/ProgrammersManual.rst (original)
> +++ llvm/trunk/docs/ProgrammersManual.rst Sat Mar 4 07:56:11 2017
> @@ -3814,7 +3814,7 @@ doxygen info: `Function Class
> Superclasses: GlobalValue_, Constant_, User_, Value_
>
> The ``Function`` class represents a single procedure in LLVM. It is
> actually
> -one of the more complex classes in the LLVM hierarchy because it must
> keep track
> +one of the mst complex classes in the LLVM hierarchy because it must keep
> track
> of a large amount of data. The ``Function`` class keeps track of a list
> of
> BasicBlock_\ s, a list of formal Argument_\ s, and a SymbolTable_.
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
--
--
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170304/87d3a89a/attachment.html>
More information about the llvm-commits
mailing list