Fix typo in comment.
authorJustin Lebar <jlebar@google.com>
Wed, 17 Feb 2016 17:46:39 +0000 (17:46 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 17 Feb 2016 17:46:39 +0000 (17:46 +0000)
llvm-svn: 261110

llvm/include/llvm/CodeGen/MachineInstr.h

index 0c0902c..adb5609 100644 (file)
@@ -1197,7 +1197,7 @@ public:
     assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
   }
 
-  /// Erase an operand  from an instruction, leaving it with one
+  /// Erase an operand from an instruction, leaving it with one
   /// fewer operand than it started with.
   void RemoveOperand(unsigned i);