diff options
Diffstat (limited to 'gcc/ada/makeutl.ads')
-rw-r--r-- | gcc/ada/makeutl.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/makeutl.ads b/gcc/ada/makeutl.ads index a4c8135c89b..d69adb2f628 100644 --- a/gcc/ada/makeutl.ads +++ b/gcc/ada/makeutl.ads @@ -113,7 +113,7 @@ package Makeutl is function Is_Marked (Source_File : File_Name_Type; Index : Int := 0) return Boolean; - -- Returns True if the unit was previously marked. + -- Returns True if the unit was previously marked procedure Delete_All_Marks; -- Remove all file/index couples marked |