summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-03-04 13:56:11 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-03-04 13:56:11 +0000
commitd64d538640f36cea73d4b5039ffedf7aed75a5ec (patch)
tree352408e12874a1c7f5d68080f0042f0ddf0a46d1 /docs/ProgrammersManual.rst
parenta71393791a1bb06955e45f4b5e1a35f470c5f10f (diff)
Fix a typo. Thanks to huangml. Reported here: https://github.com/llvm-mirror/llvm/pull/6
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.rst')
-rw-r--r--docs/ProgrammersManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst
index 39e149617e6..514577166da 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 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_.