[llvm] r296984 - Revert commit r296967, no typo
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 4 23:46:24 PST 2017
Author: sylvestre
Date: Sun Mar 5 01:46:24 2017
New Revision: 296984
URL: http://llvm.org/viewvc/llvm-project?rev=296984&view=rev
Log:
Revert commit r296967, no typo
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=296984&r1=296983&r2=296984&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Sun Mar 5 01:46:24 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 mst complex classes in the LLVM hierarchy because it must keep track
+one of the more 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