Skip to content

Commit f07ba79

Browse files
[NFC] Fix incorrect comment in ExtInfo's constructor.
1 parent acce4a0 commit f07ba79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2969,7 +2969,7 @@ class AnyFunctionType : public TypeBase {
29692969
static void assertIsFunctionType(const clang::Type *);
29702970

29712971
ExtInfo(unsigned Bits, Uncommon Other) : Bits(Bits), Other(Other) {
2972-
// TODO: [store-sil-clang-function-type] Once we start serializing
2972+
// TODO: [clang-function-type-serialization] Once we start serializing
29732973
// the Clang type, we should also assert that the pointer is non-null.
29742974
auto Rep = Representation(Bits & RepresentationMask);
29752975
if ((Rep == Representation::CFunctionPointer) && Other.ClangFunctionType)

0 commit comments

Comments
 (0)