Fix typo.
authorOwen Anderson <resistor@mac.com>
Fri, 22 Aug 2008 18:26:07 +0000 (18:26 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 22 Aug 2008 18:26:07 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55189 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/FastISel.h

index c414956bb552e5253ca2522b1b4b9e577bde67e7..39395945b887f7b8b06b46aa96977c702c190ee8 100644 (file)
@@ -48,7 +48,7 @@ public:
   /// End or the first unsupported instruction. Return N.
   /// ValueMap is filled in with a mapping of LLVM IR Values to
   /// virtual register numbers. MBB is a block to which to append
-  /// the enerated MachineInstrs.
+  /// the generated MachineInstrs.
   BasicBlock::iterator
   SelectInstructions(BasicBlock::iterator Begin, BasicBlock::iterator End,
                      DenseMap<const Value*, unsigned> &ValueMap,