diff options
Diffstat (limited to 'gcc/ada/init.c')
-rw-r--r-- | gcc/ada/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/init.c b/gcc/ada/init.c index 9d9f40cd0af..5754fae3619 100644 --- a/gcc/ada/init.c +++ b/gcc/ada/init.c @@ -1229,7 +1229,7 @@ __gnat_handle_vms_condition (int *sigargs, void *mechargs) unsigned int acmode); /* If SS$_CONTROLC has been imported as an exception, it will take - priority over a a Ctrl/C handler. See above. SIGINT has a + priority over a Ctrl/C handler. See above. SIGINT has a different condition value due to it's DECCCRTL roots and it's the condition that gets raised for a "kill -INT". */ if ((ctrlc_match || sigint_match) && __gnat_ctrl_c_handler) |