OSDN Git Service

Correct a comment.
authorDan Gohman <gohman@apple.com>
Wed, 23 Sep 2009 20:40:16 +0000 (20:40 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 23 Sep 2009 20:40:16 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82648 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/DebugLoc.h

index 0bfad7c..358cfe3 100644 (file)
@@ -63,7 +63,7 @@ namespace llvm {
     bool operator!=(const DebugLoc &DL) const { return !(*this == DL); }
   };
 
-  // Partially specialize DenseMapInfo for DebugLocTyple.
+  // Specialize DenseMapInfo for DebugLocTuple.
   template<>  struct DenseMapInfo<DebugLocTuple> {
     static inline DebugLocTuple getEmptyKey() {
       return DebugLocTuple(0, ~0U, ~0U);