Skip to content

Commit c889d38

Browse files
committed
Fix typo in assert message
1 parent 4d128b1 commit c889d38

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)