Skip to content

Commit 2752a0a

Browse files
committed
fix typo
1 parent ec08df0 commit 2752a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/CIR/Dialect/IR/CIRTypesDetails.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ struct StructTypeStorage : public TypeStorage {
114114
} // namespace detail
115115
} // namespace cir
116116

117-
/// Allow walking and replacing the subelements of a LLVMStructTypeStorage key.
117+
/// Allow walking and replacing the subelements of a StructTypeStorage key.
118118
template <>
119119
struct AttrTypeSubElementHandler<cir::detail::StructTypeStorage::KeyTy> {
120120
static void walk(const cir::detail::StructTypeStorage::KeyTy &param,

0 commit comments

Comments
 (0)