[llvm] r261110 - Fix typo in comment.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 09:46:39 PST 2016


Author: jlebar
Date: Wed Feb 17 11:46:39 2016
New Revision: 261110

URL: http://llvm.org/viewvc/llvm-project?rev=261110&view=rev
Log:
Fix typo in comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineInstr.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineInstr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstr.h?rev=261110&r1=261109&r2=261110&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstr.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstr.h Wed Feb 17 11:46:39 2016
@@ -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);
 




More information about the llvm-commits mailing list