[llvm] r296967 - Fix a typo. Thanks to huangml. Reported here: https://github.com/llvm-mirror/llvm/pull/6

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 4 05:56:12 PST 2017


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_.
 




More information about the llvm-commits mailing list