Skip to content

Commit c9b880d

Browse files
authored
Merge pull request #37055 from eltociear/patch-15
[ConstraintGraph] Fix typo
2 parents 16532e3 + 2d702b8 commit c9b880d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/ConstraintGraph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ namespace {
946946
// since components are going to be executed in LIFO order, we'd
947947
// want to have smaller/faster components at the back of the list.
948948
// When there are one-way constraints, we can't reorder them, so only
949-
// sort the orphaned constraints at the back. In the absense of
949+
// sort the orphaned constraints at the back. In the absence of
950950
// one-way constraints, sort everything.
951951
if (components.size() > 1) {
952952
auto sortStart = oneWayDigraph.empty()

0 commit comments

Comments
 (0)