From: Sylvestre Ledru Date: Sun, 5 Mar 2017 07:46:24 +0000 (+0000) Subject: Revert commit r296967, no typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2a4d59de7c081b39033735100f7f82b8b12d0a5;p=llvm Revert commit r296967, no typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296984 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index 514577166da..39e149617e6 100644 --- a/docs/ProgrammersManual.rst +++ b/docs/ProgrammersManual.rst @@ -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_.