Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Mon, 20 Oct 2008 15:58:02 +0000 (15:58 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 20 Oct 2008 15:58:02 +0000 (15:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57832 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index a357574112d5700c29dc6cf615e3604989122ffa..0bcda44b9706325297b4bf27cb33c3bfe37eef6a 100644 (file)
@@ -200,7 +200,7 @@ public:
   }
   
   /// RemoveBranch - Remove the branching code at the end of the specific MBB.
-  /// this is only invoked in cases where AnalyzeBranch returns success. It
+  /// This is only invoked in cases where AnalyzeBranch returns success. It
   /// returns the number of instructions that were removed.
   virtual unsigned RemoveBranch(MachineBasicBlock &MBB) const {
     assert(0 && "Target didn't implement TargetInstrInfo::RemoveBranch!");