Skip to content

Commit 81fdad9

Browse files
authored
fix: typo in SwiftDeclSynthesizer.cpp from intializers to initializers
1 parent 9e7d927 commit 81fdad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClangImporter/SwiftDeclSynthesizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ ConstructorDecl *SwiftDeclSynthesizer::createValueConstructor(
647647
return constructor;
648648
}
649649

650-
// MARK: Struct RawValue intializers
650+
// MARK: Struct RawValue initializers
651651

652652
/// Synthesizer callback for a raw value bridging constructor body.
653653
static std::pair<BraceStmt *, bool>

0 commit comments

Comments
 (0)