Skip to content

Commit 2c7246e

Browse files
committed
Parse: Fix a comment
1 parent 9126d31 commit 2c7246e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Parse/ParseGeneric.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Parser::parseGenericParameters(SourceLoc LAngleLoc) {
9191
Inherited.push_back(Ty.get());
9292
}
9393

94-
// We always create generic type parameters with a depth of zero.
94+
// We always create generic type parameters with an invalid depth.
9595
// Semantic analysis fills in the depth when it processes the generic
9696
// parameter list.
9797
auto Param = new (Context) GenericTypeParamDecl(

0 commit comments

Comments
 (0)