aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_prag.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_prag.adb')
-rw-r--r--gcc/ada/exp_prag.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_prag.adb b/gcc/ada/exp_prag.adb
index 2df57f4..4bbfbd4 100644
--- a/gcc/ada/exp_prag.adb
+++ b/gcc/ada/exp_prag.adb
@@ -165,7 +165,7 @@ package body Exp_Prag is
begin
-- Rewrite pragma ignored by Ignore_Pragma to null statement, so that
- -- the back end or the expander here does not get over-enthusiastic and
+ -- the back end or the expander here does not get overenthusiastic and
-- start processing such a pragma!
if Get_Name_Table_Boolean3 (Pname) then
@@ -318,7 +318,7 @@ package body Exp_Prag is
end if;
-- Since this check is active, we rewrite the pragma into a
- -- corresponding if statement, and then analyze the statement
+ -- corresponding if statement, and then analyze the statement.
-- The normal case expansion transforms: