diff options
Diffstat (limited to 'gcc/ada/freeze.adb')
-rw-r--r-- | gcc/ada/freeze.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/freeze.adb b/gcc/ada/freeze.adb index 14856432ca9..f2f7ac918c8 100644 --- a/gcc/ada/freeze.adb +++ b/gcc/ada/freeze.adb @@ -3029,7 +3029,7 @@ package body Freeze is -- Pre/post conditions are implemented through a subprogram in -- the corresponding body, and therefore are not checked on an - -- imported subprogram, for which the body is not available. + -- imported subprogram for which the body is not available. -- Could consider generating a wrapper to take care of this??? |