diff options
Diffstat (limited to 'gcc/ada/adaint.c')
-rw-r--r-- | gcc/ada/adaint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/adaint.c b/gcc/ada/adaint.c index 6e0e4a3d..9bfb689 100644 --- a/gcc/ada/adaint.c +++ b/gcc/ada/adaint.c @@ -34,7 +34,7 @@ package Osint. Many of the subprograms in OS_Lib import standard library calls directly. This file contains all other routines. */ -/* Ensure accesses to errno are thread safe. */ +/* Ensure access to errno is thread safe. */ #define _REENTRANT #define _THREAD_SAFE |