diff options
Diffstat (limited to 'gcc/ada/sysdep.c')
-rw-r--r-- | gcc/ada/sysdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sysdep.c b/gcc/ada/sysdep.c index 19612884fa8..aee200a8db8 100644 --- a/gcc/ada/sysdep.c +++ b/gcc/ada/sysdep.c @@ -850,11 +850,11 @@ __gnat_localtime_tzoff (const time_t *timer, long *off) #else -/* VMS does not need __gnat_locatime_tzoff */ +/* VMS does not need __gnat_localtime_tzoff */ #if defined (VMS) -/* Other targets except Lynx, VMS and Windows provide a standard locatime_r */ +/* Other targets except Lynx, VMS and Windows provide a standard localtime_r */ #else |