summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.rst
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
commit599cec642fe7d000fd34095a23740dfb513fea37 (patch)
tree0cfe2a98a21307d20874d82020638e62c61a00f8 /llvm/docs/ProgrammersManual.rst
parent941644d1bb581d08987f60efb717920505135389 (diff)
downloadbcm5719-llvm-599cec642fe7d000fd34095a23740dfb513fea37.tar.gz
bcm5719-llvm-599cec642fe7d000fd34095a23740dfb513fea37.zip
Fix a typo made in Programmer's Manual made in r210354. Spotted
by Paul Robinson. llvm-svn: 210363
Diffstat (limited to 'llvm/docs/ProgrammersManual.rst')
-rw-r--r--llvm/docs/ProgrammersManual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 2ec02964e11..4973e5c6671 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud