Skip to content

Commit 25f4ad4

Browse files
authored
Merge pull request swiftlang#69495 from varundhand/main
fix: typo in SILDeclRef.cpp from intializers to initializers
2 parents c3a0979 + 528894e commit 25f4ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/IR/SILDeclRef.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ static LinkageLimit getLinkageLimit(SILDeclRef constant) {
476476
: Limit::None;
477477
}
478478
// Otherwise, regular property wrapper backing initializers (for properties)
479-
// are treated just like stored property intializers.
479+
// are treated just like stored property initializers.
480480
LLVM_FALLTHROUGH;
481481
}
482482
case Kind::StoredPropertyInitializer: {

0 commit comments

Comments
 (0)