aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch2.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2008-05-20 14:52:53 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-05-20 14:52:53 +0200
commitb473ab453920166e23ab2f136e05cd1d30ee329f (patch)
tree2ab5e757720242b1e1b9f5f6052c4f646debc0e7 /gcc/ada/exp_ch2.adb
parent590760eb9d222ed4b15e77bf6b53aec2827d0cdf (diff)
downloadgcc-b473ab453920166e23ab2f136e05cd1d30ee329f.zip
gcc-b473ab453920166e23ab2f136e05cd1d30ee329f.tar.gz
gcc-b473ab453920166e23ab2f136e05cd1d30ee329f.tar.bz2
g-byorma.adb, [...]: Update comments.
2008-05-20 Robert Dewar <dewar@adacore.com> * g-byorma.adb, gnatlink.adb, prepcomp.adb, sinfo.ads, sem_ch12.adb: Update comments. Minor reformatting. * exp_ch2.adb: Typo * s-unstyp.ads: Fixed some typos in comments. From-SVN: r135651
Diffstat (limited to 'gcc/ada/exp_ch2.adb')
-rw-r--r--gcc/ada/exp_ch2.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch2.adb b/gcc/ada/exp_ch2.adb
index c3716c3..6093f2a 100644
--- a/gcc/ada/exp_ch2.adb
+++ b/gcc/ada/exp_ch2.adb
@@ -469,7 +469,7 @@ package body Exp_Ch2 is
-- we also generate an extra parameter to hold the Constrained
-- attribute of the actual. No renaming is generated for this flag.
- -- Calling Node_Possible_Modifications in the expander is dubious,
+ -- Calling Note_Possible_Modification in the expander is dubious,
-- because this generates a cross-reference entry, and should be
-- done during semantic processing so it is called in -gnatc mode???