aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sysdep.c
diff options
context:
space:
mode:
authorsylvestre <sylvestre@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-13 16:59:05 +0000
committersylvestre <sylvestre@138bc75d-0d04-0410-961f-82ee72b054a4>2014-08-13 16:59:05 +0000
commitf50214f368949c9b317998ad1af88ad8fb50f9c1 (patch)
treef1dfad3104dbd7da39556d4b11e02cef88815322 /gcc/ada/sysdep.c
parentbaf6c327ed54e193add385c4195303777639605d (diff)
2014-08-13 Sylvestre Ledru <sylvestre@debian.org>
* 9drpc.adb: Fix a typo * s-interr.ads: Likewise * s-taskin.ads: Likewise * s-traces.ads: Likewise * sysdep.c: Likewise git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213917 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sysdep.c')
-rw-r--r--gcc/ada/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sysdep.c b/gcc/ada/sysdep.c
index 3008c787430..bdda22cc69f 100644
--- a/gcc/ada/sysdep.c
+++ b/gcc/ada/sysdep.c
@@ -742,7 +742,7 @@ __gnat_localtime_tzoff (const time_t *timer, const int *is_historic, long *off)
* 10000000ULL;
/* If GetTimeZoneInformation does not return a value between 0 and 2 then
- it means that we were not able to retrieve timezone informations. Note
+ it means that we were not able to retrieve timezone information. Note
that we cannot use here FileTimeToLocalFileTime as Windows will use in
always in this case the current timezone setting. As suggested on MSDN
we use the following three system calls to get the right information.