diff options
Diffstat (limited to 'gcc/ada/exp_tss.ads')
-rw-r--r-- | gcc/ada/exp_tss.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_tss.ads b/gcc/ada/exp_tss.ads index 87038a0ccd8..07415fcf71f 100644 --- a/gcc/ada/exp_tss.ads +++ b/gcc/ada/exp_tss.ads @@ -72,8 +72,8 @@ package Exp_Tss is -- The following codes are used to denote TSSs: - -- Note: When making additions to this list, update the list in - -- snames.adb-tmpl + -- Note: When making additions to this list, make the corresponding change + -- to the list in snames.adb-tmpl. type TSS_Name_Type is new String (1 .. 2); subtype TNT is TSS_Name_Type; |