Skip to content

Commit ae624f3

Browse files
committed
[gardening] Fix a double "the" in a comment
1 parent 8c70a96 commit ae624f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/AST/ASTVerifier.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2734,8 +2734,8 @@ class Verifier : public ASTWalker {
27342734
const DeclContext *DC = GTPD->getDeclContext();
27352735

27362736
// Skip verification of deserialized generic param decls that have the
2737-
// the file set as their parent. This happens when they have not yet had
2738-
// their correct parent set.
2737+
// file set as their parent. This happens when they have not yet had their
2738+
// correct parent set.
27392739
// FIXME: This is a hack to workaround the fact that we don't necessarily
27402740
// parent a GenericTypeParamDecl if we just deserialize its type.
27412741
if (auto *fileDC = dyn_cast<FileUnit>(DC)) {

0 commit comments

Comments
 (0)