diff options
Diffstat (limited to 'gcc/ada/back_end.adb')
-rw-r--r-- | gcc/ada/back_end.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/back_end.adb b/gcc/ada/back_end.adb index 6c4b63ff75f..fa7c54d2f19 100644 --- a/gcc/ada/back_end.adb +++ b/gcc/ada/back_end.adb @@ -237,7 +237,7 @@ package body Back_End is elsif Switch_Chars (First .. Last) = "fpreserve-control-flow" then Opt.Suppress_Control_Flow_Optimizations := True; - -- Back end switcg -fdump-scos, which exists primarily for C, is + -- Back end switch -fdump-scos, which exists primarily for C, is -- also accepted for Ada as a synonym of -gnateS. elsif Switch_Chars (First .. Last) = "fdump-scos" then |