diff options
Diffstat (limited to 'gcc/ada/s-osinte-fsu.adb')
-rw-r--r-- | gcc/ada/s-osinte-fsu.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-osinte-fsu.adb b/gcc/ada/s-osinte-fsu.adb index b7118750194..f5ebf934326 100644 --- a/gcc/ada/s-osinte-fsu.adb +++ b/gcc/ada/s-osinte-fsu.adb @@ -250,8 +250,8 @@ package body System.OS_Interface is -- FSU_THREADS does not have pthread_setschedparam - -- This routine returns a non-negative value upon failure - -- but the error code can not be set conforming the POSIX standard. + -- This routine returns a non-negative value upon failure but the error + -- code cannot be set conforming the POSIX standard. function pthread_setschedparam (thread : pthread_t; |