Skip to content

Commit 8311fef

Browse files
authored
Merge pull request swiftlang#21937 from magauran/assert-typo
2 parents 6914e6e + c889d38 commit 8311fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/SILProfiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ class SourceMappingRegion {
404404
assert((!StartLoc || StartLoc->isValid()) &&
405405
"Expected start location to be valid");
406406
assert((!EndLoc || EndLoc->isValid()) &&
407-
"Expected start location to be valid");
407+
"Expected end location to be valid");
408408
}
409409

410410
SourceMappingRegion(SourceMappingRegion &&Region) = default;

0 commit comments

Comments
 (0)