X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FADT%2FImmutableMap.h;h=07cdb56a9ab0c08de4c5a27b6ac548f6c92ed4c4;hb=a2769a33c94f021a609a462b28ebea069eba6f74;hp=1b1014ea46bb0f5da86be1712450f173de71f748;hpb=1bcf0f5e45fd4e17b1be5fc80984b3c1722ba381;p=oota-llvm.git diff --git a/include/llvm/ADT/ImmutableMap.h b/include/llvm/ADT/ImmutableMap.h index 1b1014ea46b..07cdb56a9ab 100644 --- a/include/llvm/ADT/ImmutableMap.h +++ b/include/llvm/ADT/ImmutableMap.h @@ -18,8 +18,8 @@ namespace llvm { -/// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first and -/// second elements in a pair are used to generate profile information, +/// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first +/// and second elements in a pair are used to generate profile information, /// only the first element (the key) is used by isEqual and isLess. template struct ImutKeyValueInfo {