]> granicus.if.org Git - llvm/commitdiff
Fix a typo. Thanks to huangml. Reported here: https://github.com/llvm-mirror/llvm...
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 4 Mar 2017 13:56:11 +0000 (13:56 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 4 Mar 2017 13:56:11 +0000 (13:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296967 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.rst

index 39e149617e6a7396bbf2c15e79b3014ba8d10ac9..514577166daa8469fe185ce3348a33975e8a4918 100644 (file)
@@ -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_.