gcc/ada/ChangeLog:
* sem_ch3.adb (Analyze_Incomplete_Type_Decl): Remove incorrect
comment.
Generate_Definition (Defining_Identifier (N));
-- Process an incomplete declaration. The identifier must not have been
- -- declared already in the scope. However, an incomplete declaration may
- -- appear in the private part of a package, for a private type that has
- -- already been declared.
-
- -- In this case, the discriminants (if any) must match
+ -- declared already in the scope.
T := Find_Type_Name (N);