summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2014-06-06 18:44:21 +0000
committerDan Liew <dan@su-root.co.uk>2014-06-06 18:44:21 +0000
commit8cfe2c00b0609af9a15acb6715847bf59c110e60 (patch)
tree167f9545e842c63668bda07f7fd0d8d2e29789e7 /docs
parent8f6fe9e324b407efe3aa31037cd07cee8800d819 (diff)
downloadllvm-8cfe2c00b0609af9a15acb6715847bf59c110e60.tar.gz
llvm-8cfe2c00b0609af9a15acb6715847bf59c110e60.tar.bz2
llvm-8cfe2c00b0609af9a15acb6715847bf59c110e60.tar.xz
Fix a typo made in Programmer's Manual made in r210354. Spotted
by Paul Robinson. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210363 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ProgrammersManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst
index 2ec02964e1..4973e5c667 100644
--- a/docs/ProgrammersManual.rst
+++ b/docs/ProgrammersManual.rst
@@ -1990,7 +1990,7 @@ sequence of instructions that form a ``BasicBlock``:
* Insertion using an instance of ``IRBuilder``
- Inserting several ``Instuction``\ s can be quite laborious using the previous
+ Inserting several ``Instruction``\ s can be quite laborious using the previous
methods. The ``IRBuilder`` is a convenience class that can be used to add
several instructions to the end of a ``BasicBlock`` or before a particular
``Instruction``. It also supports constant folding and renaming named