<div dir="ltr">Isn't this *introducing* a typo?<div><br></div><div>(Also, "one of the more complex classes" is perfectly valid English.)</div><div><br></div><div>Peter</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 4, 2017 at 5:56 AM, Sylvestre Ledru via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: sylvestre<br>
Date: Sat Mar  4 07:56:11 2017<br>
New Revision: 296967<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=296967&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=296967&view=rev</a><br>
Log:<br>
Fix a typo. Thanks to huangml. Reported here: <a href="https://github.com/llvm-mirror/llvm/pull/6" rel="noreferrer" target="_blank">https://github.com/llvm-<wbr>mirror/llvm/pull/6</a><br>
<br>
<br>
Modified:<br>
    llvm/trunk/docs/<wbr>ProgrammersManual.rst<br>
<br>
Modified: llvm/trunk/docs/<wbr>ProgrammersManual.rst<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=296967&r1=296966&r2=296967&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/llvm/trunk/docs/<wbr>ProgrammersManual.rst?rev=<wbr>296967&r1=296966&r2=296967&<wbr>view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- llvm/trunk/docs/<wbr>ProgrammersManual.rst (original)<br>
+++ llvm/trunk/docs/<wbr>ProgrammersManual.rst Sat Mar  4 07:56:11 2017<br>
@@ -3814,7 +3814,7 @@ doxygen info: `Function Class<br>
 Superclasses: GlobalValue_, Constant_, User_, Value_<br>
<br>
 The ``Function`` class represents a single procedure in LLVM.  It is actually<br>
-one of the more complex classes in the LLVM hierarchy because it must keep track<br>
+one of the mst complex classes in the LLVM hierarchy because it must keep track<br>
 of a large amount of data.  The ``Function`` class keeps track of a list of<br>
 BasicBlock_\ s, a list of formal Argument_\ s, and a SymbolTable_.<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">-- <div>Peter</div></div></div>
</div>