aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sysdep.c
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-08-13 16:59:05 +0000
committerSylvestre Ledru <sylvestre@gcc.gnu.org>2014-08-13 16:59:05 +0000
commitf9089781ebc147de36d1d98f6021d444b6ab4c0a (patch)
treef1dfad3104dbd7da39556d4b11e02cef88815322 /gcc/ada/sysdep.c
parentaf1e01525ff25d7fe3935b3a1c3f10e3a16ec9eb (diff)
downloadgcc-f9089781ebc147de36d1d98f6021d444b6ab4c0a.zip
gcc-f9089781ebc147de36d1d98f6021d444b6ab4c0a.tar.gz
gcc-f9089781ebc147de36d1d98f6021d444b6ab4c0a.tar.bz2
9drpc.adb: Fix a typo
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 From-SVN: r213917
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 3008c78..bdda22c 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.