Skip to content

Commit 528894e

Browse files
committed
fix: typo in SILDeclRef.cpp from intializers to initializers
1 parent 29acda5 commit 528894e

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)