Revert commit r296967, no typo

llvm-svn: 296984
This commit is contained in:
Sylvestre Ledru 2017-03-05 07:46:24 +00:00
parent e633888ab8
commit 8d9fcfbbee

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