Fix a typo made in Programmer's Manual made in r210354. Spotted
authorDan Liew <dan@su-root.co.uk>
Fri, 6 Jun 2014 18:44:21 +0000 (18:44 +0000)
committerDan Liew <dan@su-root.co.uk>
Fri, 6 Jun 2014 18:44:21 +0000 (18:44 +0000)
by Paul Robinson.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210363 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.rst

index 2ec02964e11ca03ab2b61b19dd8987ed6b98146a..4973e5c66719161d6e6883d58250e9b29b90e98d 100644 (file)
@@ -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