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 3116eed commit 2d702b8Copy full SHA for 2d702b8
lib/Sema/ConstraintGraph.cpp
@@ -946,7 +946,7 @@ namespace {
946
// since components are going to be executed in LIFO order, we'd
947
// want to have smaller/faster components at the back of the list.
948
// 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
+ // sort the orphaned constraints at the back. In the absence of
950
// one-way constraints, sort everything.
951
if (components.size() > 1) {
952
auto sortStart = oneWayDigraph.empty()
0 commit comments