diff options
Diffstat (limited to 'gcc/ada/socket.c')
-rw-r--r-- | gcc/ada/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/socket.c b/gcc/ada/socket.c index 31e3e580bf1..ee1f760daab 100644 --- a/gcc/ada/socket.c +++ b/gcc/ada/socket.c @@ -37,7 +37,7 @@ /* * For VMS, gsocket.h can't include sockets-related DEC C header files * when building the runtime (because these files are in a DEC C text library - * (DECC$RTLDEF.TLB) not accessable to GCC). So, we generate a separate header + * (DECC$RTLDEF.TLB) not accessible to GCC). So, we generate a separate header * file along with s-oscons.ads and include it here. */ # include "s-oscons.h" |