summaryrefslogtreecommitdiff
path: root/gcc/ada/a-calend.adb
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-17 04:40:08 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-17 04:40:08 +0000
commitd60c3572b2c5c73d0217066d3f4ebdae01663e53 (patch)
tree5157f3170a53eb9be6b856dcaeec31decab08ffe /gcc/ada/a-calend.adb
parent1d6ddbbde651efdc85412db5e1e8b2d01501023c (diff)
downloadgcc-d60c3572b2c5c73d0217066d3f4ebdae01663e53.tar.gz
2008-04-17 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r134362 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@134378 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-calend.adb')
-rw-r--r--gcc/ada/a-calend.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-calend.adb b/gcc/ada/a-calend.adb
index 2e7c61a9d7f..d543cd85939 100644
--- a/gcc/ada/a-calend.adb
+++ b/gcc/ada/a-calend.adb
@@ -939,7 +939,7 @@ package body Ada.Calendar is
tm_year := Year - 1900;
tm_mon := Month - 1;
- -- Step 3: Handle leap second occurences
+ -- Step 3: Handle leap second occurrences
if Leap_Sec then
tm_sec := 60;