summaryrefslogtreecommitdiff
path: root/gcc/ada/restrict.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/restrict.adb')
-rw-r--r--gcc/ada/restrict.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/restrict.adb b/gcc/ada/restrict.adb
index 068d601c2c6..5049c5b1be4 100644
--- a/gcc/ada/restrict.adb
+++ b/gcc/ada/restrict.adb
@@ -172,9 +172,9 @@ package body Restrict is
end if;
end loop;
- -- If not predefied unit, then one special check still remains.
- -- GNAT.Current_Exception is not allowed if we have restriction
- -- No_Exception_Propagation active.
+ -- If not predefined unit, then one special check still
+ -- remains. GNAT.Current_Exception is not allowed if we have
+ -- restriction No_Exception_Propagation active.
else
if Name_Buffer (1 .. 8) = "g-curexc" then