diff options
Diffstat (limited to 'gcc/ada/a-calcon.ads')
-rw-r--r-- | gcc/ada/a-calcon.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-calcon.ads b/gcc/ada/a-calcon.ads index d2dd3fb..c0178a0 100644 --- a/gcc/ada/a-calcon.ads +++ b/gcc/ada/a-calcon.ads @@ -68,7 +68,7 @@ package Ada.Calendar.Conversions is -- The returned value is in UTC and may or may not contain leap seconds -- depending on whether binder flag "-y" was used. Raises Time_Error if -- the input values are out of the defined ranges or if tm_sec equals 60 - -- and the instance in time is not a leap second occurence. + -- and the instance in time is not a leap second occurrence. function To_Duration (tv_sec : Interfaces.C.long; |