From: Dan Gohman Date: Wed, 23 Sep 2009 20:40:16 +0000 (+0000) Subject: Correct a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9f765dd0ee8837da7a454f5810364b2d2671fa5e;p=oota-llvm.git Correct a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82648 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/DebugLoc.h b/include/llvm/Support/DebugLoc.h index 0bfad7cc0b7..358cfe3dae6 100644 --- a/include/llvm/Support/DebugLoc.h +++ b/include/llvm/Support/DebugLoc.h @@ -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 { static inline DebugLocTuple getEmptyKey() { return DebugLocTuple(0, ~0U, ~0U);