We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c89048 commit 9cbfddbCopy full SHA for 9cbfddb
lib/Serialization/DeserializeSIL.cpp
@@ -1799,7 +1799,7 @@ SILFunction *SILDeserializer::lookupSILFunction(SILFunction *InFunc) {
1799
}
1800
1801
/// Check for existence of a function with a given name and required linkage.
1802
-/// This function is modelled after readSILFunction. But it does not
+/// This function is modeled after readSILFunction. But it does not
1803
/// create a SILFunction object.
1804
bool SILDeserializer::hasSILFunction(StringRef Name,
1805
SILLinkage Linkage) {
0 commit comments