Skip to content

Commit 9cbfddb

Browse files
[gardening] Fix recently introduced typo: "modelled" → "modeled"
1 parent 0c89048 commit 9cbfddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/DeserializeSIL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ SILFunction *SILDeserializer::lookupSILFunction(SILFunction *InFunc) {
17991799
}
18001800

18011801
/// Check for existence of a function with a given name and required linkage.
1802-
/// This function is modelled after readSILFunction. But it does not
1802+
/// This function is modeled after readSILFunction. But it does not
18031803
/// create a SILFunction object.
18041804
bool SILDeserializer::hasSILFunction(StringRef Name,
18051805
SILLinkage Linkage) {

0 commit comments

Comments
 (0)