From 4bc8292a46f2618eca5b8a08b290c6a4f6418e93 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 5 Mar 2017 07:46:24 +0000 Subject: [PATCH] Revert commit r296967, no typo llvm-svn: 296984 --- llvm/docs/ProgrammersManual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst index 5145771..39e1496 100644 --- a/llvm/docs/ProgrammersManual.rst +++ b/llvm/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_. -- 2.7.4