]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ada/init.c
Fix double word typos.
[thirdparty/gcc.git] / gcc / ada / init.c
index 9d9f40cd0afdb4415da189a3b3007b80f5964385..5754fae361979a3c54ae3585ca29a5b72967d16b 100644 (file)
@@ -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 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)