diff options
Diffstat (limited to 'gcc/ada/sysdep.c')
-rw-r--r-- | gcc/ada/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sysdep.c b/gcc/ada/sysdep.c index 1eec8b9..58c51c0 100644 --- a/gcc/ada/sysdep.c +++ b/gcc/ada/sysdep.c @@ -721,7 +721,7 @@ __gnat_localtime_tzoff (const time_t *timer, const int *is_historic, long *off) && SystemTimeToTzSpecificLocalTime (&tzi, &utc_sys_time, &local_sys_time) && SystemTimeToFileTime (&local_sys_time, &local_time.ft_time); - /* An error has occured, return invalid_tzoff */ + /* An error has occurred, return invalid_tzoff */ if (!status) { *off = __gnat_invalid_tzoff; |