Skip to content

Commit 5c87487

Browse files
[gardening] Fix recently introduced typo.
1 parent 3960789 commit 5c87487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/GenericEnvironment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void GenericEnvironment::setOwningDeclContext(DeclContext *newNowningDC) {
4949
if (!newNowningDC || OwningDC == newNowningDC)
5050
return;
5151

52-
// If we have found a outer context sharing the same generic environment,
52+
// If we have found an outer context sharing the same generic environment,
5353
// use that.
5454
if (OwningDC->isChildContextOf(newNowningDC)) {
5555
OwningDC = newNowningDC;

0 commit comments

Comments
 (0)