diff options
Diffstat (limited to 'gcc/ada/lib-xref.ads')
-rw-r--r-- | gcc/ada/lib-xref.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref.ads b/gcc/ada/lib-xref.ads index 5325fc0..4694853 100644 --- a/gcc/ada/lib-xref.ads +++ b/gcc/ada/lib-xref.ads @@ -691,7 +691,7 @@ package Lib.Xref is -- the spec. The entity in the body is treated as a reference with type -- 'b'. Similar handling for references to subprogram formals. -- - -- The call has no effect if N is not in the extended main source unit + -- The call has no effect if N is not in the extended main source unit. -- This check is omitted for type 'e' references (where it is useful to -- have structural scoping information for other than the main source), -- and for 'p' (since we want to pick up inherited primitive operations |