diff options
Diffstat (limited to 'gcc/ada/s-os_lib.ads')
-rwxr-xr-x | gcc/ada/s-os_lib.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-os_lib.ads b/gcc/ada/s-os_lib.ads index e3c1079..8c319c8 100755 --- a/gcc/ada/s-os_lib.ads +++ b/gcc/ada/s-os_lib.ads @@ -65,7 +65,7 @@ package System.OS_Lib is ----------------------- -- These are reexported from package Strings (which was introduced to - -- avoid different packages declarting different types unnecessarily). + -- avoid different packages declaring different types unnecessarily). -- See package System.Strings for details. subtype String_Access is Strings.String_Access; @@ -875,7 +875,7 @@ private -- bootstrap path problems. To be changed later ??? Invalid_Time : constant OS_Time := -1; - -- This value should match the return valud by __gnat_file_time_* + -- This value should match the return value from __gnat_file_time_* pragma Inline ("<"); pragma Inline (">"); |