summaryrefslogtreecommitdiffstats
path: root/gcc/ada/g-calend.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-calend.ads')
-rw-r--r--gcc/ada/g-calend.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-calend.ads b/gcc/ada/g-calend.ads
index e3cc79139c8..4216195b1e3 100644
--- a/gcc/ada/g-calend.ads
+++ b/gcc/ada/g-calend.ads
@@ -39,7 +39,7 @@
-- Ada.Calendar. It provides Split and Time_Of to build and split a Time
-- data. And it provides accessor functions to get only one of Hour, Minute,
-- Second, Second_Duration. Other functions are to access more advanced
--- valueas like Day_Of_Week, Day_In_Year and Week_In_Year.
+-- values like Day_Of_Week, Day_In_Year and Week_In_Year.
with Ada.Calendar;
with Interfaces.C;
@@ -64,7 +64,7 @@ package GNAT.Calendar is
function Minute (Date : Ada.Calendar.Time) return Minute_Number;
function Second (Date : Ada.Calendar.Time) return Second_Number;
function Sub_Second (Date : Ada.Calendar.Time) return Second_Duration;
- -- Hour, Minute, Sedond and Sub_Second returns the complete time data for
+ -- Hour, Minute, Second and Sub_Second returns the complete time data for
-- the Date (H:M:S.SS). See Ada.Calendar for Year, Month, Day accessors.
-- Second_Duration precision depends on the target clock precision.
OpenPOWER on IntegriCloud