diff options
Diffstat (limited to 'gcc/ada/s-rident.ads')
-rw-r--r-- | gcc/ada/s-rident.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-rident.ads b/gcc/ada/s-rident.ads index 68a5197266f..c28ba3c5a92 100644 --- a/gcc/ada/s-rident.ads +++ b/gcc/ada/s-rident.ads @@ -191,7 +191,7 @@ package System.Rident is -- Boolean restrictions that are not checked for partition consistency -- and that thus apply only to the current unit. Note that for these -- restrictions, the compiler does not apply restrictions found in - -- with'ed units, parent specs etc to the main unit. + -- with'ed units, parent specs etc. to the main unit. subtype All_Parameter_Restrictions is Restriction_Id range @@ -305,7 +305,7 @@ package System.Rident is ---------------------------------- type Profile_Name is (Ravenscar, Restricted); - -- Names of recognized pfofiles + -- Names of recognized profiles type Profile_Data is record Set : Restriction_Flags; |