[llvm] r210363 - Fix a typo made in Programmer's Manual made in r210354. Spotted

Dan Liew dan at su-root.co.uk
Fri Jun 6 11:44:21 PDT 2014


Author: delcypher
Date: Fri Jun  6 13:44:21 2014
New Revision: 210363

URL: http://llvm.org/viewvc/llvm-project?rev=210363&view=rev
Log:
Fix a typo made in Programmer's Manual made in r210354. Spotted
by Paul Robinson.

Modified:
    llvm/trunk/docs/ProgrammersManual.rst

Modified: llvm/trunk/docs/ProgrammersManual.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.rst?rev=210363&r1=210362&r2=210363&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.rst (original)
+++ llvm/trunk/docs/ProgrammersManual.rst Fri Jun  6 13:44:21 2014
@@ -1990,7 +1990,7 @@ sequence of instructions that form a ``B
 
 * 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





More information about the llvm-commits mailing list