summaryrefslogtreecommitdiff
path: root/gcc/ada/makeutl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/makeutl.adb')
-rw-r--r--gcc/ada/makeutl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/makeutl.adb b/gcc/ada/makeutl.adb
index d65dfea5cff..f64aae3d1e9 100644
--- a/gcc/ada/makeutl.adb
+++ b/gcc/ada/makeutl.adb
@@ -57,7 +57,7 @@ package body Makeutl is
Key => Mark_Key,
Hash => Hash,
Equal => "=");
- -- A hash table to keep tracks of the marked units.
+ -- A hash table to keep tracks of the marked units
type Linker_Options_Data is record
Project : Project_Id;