diff options
Diffstat (limited to 'gcc/ada/sinput-l.ads')
-rw-r--r-- | gcc/ada/sinput-l.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sinput-l.ads b/gcc/ada/sinput-l.ads index f4a3ccf..1507d88 100644 --- a/gcc/ada/sinput-l.ads +++ b/gcc/ada/sinput-l.ads @@ -67,7 +67,7 @@ package Sinput.L is function Source_File_Is_Body (X : Source_File_Index) return Boolean; -- Returns true if the designated source file contains a subprogram body -- or a package body. This is a limited scan just to determine the answer - -- to this question.. + -- to this question. function Source_File_Is_No_Body (X : Source_File_Index) return Boolean; -- Returns true if the designated source file contains pragma No_Body; |