[llvm-commits] [llvm] r82648 - /llvm/trunk/include/llvm/Support/DebugLoc.h

Dan Gohman gohman at apple.com
Wed Sep 23 13:40:16 PDT 2009


Author: djg
Date: Wed Sep 23 15:40:16 2009
New Revision: 82648

URL: http://llvm.org/viewvc/llvm-project?rev=82648&view=rev
Log:
Correct a comment.

Modified:
    llvm/trunk/include/llvm/Support/DebugLoc.h

Modified: llvm/trunk/include/llvm/Support/DebugLoc.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/DebugLoc.h?rev=82648&r1=82647&r2=82648&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/DebugLoc.h (original)
+++ llvm/trunk/include/llvm/Support/DebugLoc.h Wed Sep 23 15:40:16 2009
@@ -63,7 +63,7 @@
     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);





More information about the llvm-commits mailing list