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 3960789 commit 5c87487Copy full SHA for 5c87487
lib/AST/GenericEnvironment.cpp
@@ -49,7 +49,7 @@ void GenericEnvironment::setOwningDeclContext(DeclContext *newNowningDC) {
49
if (!newNowningDC || OwningDC == newNowningDC)
50
return;
51
52
- // If we have found a outer context sharing the same generic environment,
+ // If we have found an outer context sharing the same generic environment,
53
// use that.
54
if (OwningDC->isChildContextOf(newNowningDC)) {
55
OwningDC = newNowningDC;
0 commit comments