Remove extraneous period.
authorEric Christopher <echristo@gmail.com>
Tue, 27 Jan 2015 01:01:34 +0000 (01:01 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 27 Jan 2015 01:01:34 +0000 (01:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227155 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index c5fed02e17b84381a255b89af7bfdd2d395ce096..7943064caf6e4b8203159f967b7365d5c462085e 100644 (file)
@@ -2684,7 +2684,7 @@ public:
   /// pointer.
   ///
   /// This should only be used for C_Register constraints.  On error, this
-  /// returns a register number of 0 and a null register class pointer..
+  /// returns a register number of 0 and a null register class pointer.
   virtual std::pair<unsigned, const TargetRegisterClass*>
     getRegForInlineAsmConstraint(const std::string &Constraint,
                                  MVT VT) const;