]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Fix inconsistent comment about expansion of exception declarations
authorPiotr Trojanek <trojanek@adacore.com>
Thu, 30 Jun 2022 10:40:39 +0000 (12:40 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 12 Jul 2022 12:24:15 +0000 (12:24 +0000)
Code cleanup.

gcc/ada/

* exp_ch11.adb (Expand_N_Exception_Declaration): Sync comment
with declaration in System.Standard_Library.

gcc/ada/exp_ch11.adb

index c60fe346fad0defc10caeb7206bd50d18573a78c..c4a59f56ce7c7ee91c8bfefbb639a110f6009e1e 100644 (file)
@@ -1136,7 +1136,7 @@ package body Exp_Ch11 is
       Set_Is_Statically_Allocated (Ex_Id);
 
       --  Create the aggregate list for type Standard.Exception_Type:
-      --  Handled_By_Other component: False
+      --  Not_Handled_By_Others component: False
 
       L := Empty_List;
       Append_To (L, New_Occurrence_Of (Standard_False, Loc));