fix typo
authorChris Lattner <sabre@nondot.org>
Tue, 20 Dec 2011 01:11:37 +0000 (01:11 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Dec 2011 01:11:37 +0000 (01:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146940 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineBasicBlock.h

index 10a32d31c183d52e9e645741563f44c3f3010845..d32690bee9c7afe5e4c342294e6650564c8230b3 100644 (file)
@@ -513,7 +513,7 @@ public:
   /// instruction is a bundle this function will remove all the bundled
   /// instructions as well. It is up to the caller to keep a list of the
   /// bundled instructions and re-insert them if desired. This function is
-  /// *not recommended* for manipulating instructions with bundled. Use
+  /// *not recommended* for manipulating instructions with bundles. Use
   /// splice instead.
   MachineInstr *remove(MachineInstr *I);
   void clear() {