Skip to content

Commit c3c7989

Browse files
committed
Fix typo
1 parent 9b0305b commit c3c7989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/PropertySetIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class PropertySetRegistry {
194194
// (property set name).
195195
template <typename MapTy> void add(StringRef Category, const MapTy &Props) {
196196
using KeyTy = typename MapTy::value_type::first_type;
197-
static_assert(std::is_same<typename std::remove_const<KeyT>::type,
197+
static_assert(std::is_same<typename std::remove_const<KeyTy>::type,
198198
llvm::StringRef>::value,
199199
"wrong key type");
200200

0 commit comments

Comments
 (0)