aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/lib-xref.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-10-13 12:47:00 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-10-13 12:47:00 +0200
commit3e7302c3cbddf59061529884465a594597ac3f3a (patch)
treebe019b118f5bc384e66967a00af32c87ecb403da /gcc/ada/lib-xref.adb
parent8417f4b28eb60a8c3eae7d61726a57c468e19b8d (diff)
downloadgcc-3e7302c3cbddf59061529884465a594597ac3f3a.zip
gcc-3e7302c3cbddf59061529884465a594597ac3f3a.tar.gz
gcc-3e7302c3cbddf59061529884465a594597ac3f3a.tar.bz2
[multiple changes]
2011-10-13 Robert Dewar <dewar@adacore.com> * exp_ch5.adb, sem_ch3.adb, impunit.adb, impunit.ads, sem_type.adb, prj-proc.adb, exp_ch9.adb, s-regpat.adb, sem_ch10.adb, sem_prag.adb, sem_ch12.adb, freeze.adb, sem_attr.adb, sem_attr.ads, gnatlink.adb, par-ch6.adb, exp_ch6.adb, sem_ch4.adb, sem_ch6.adb, sem_ch8.adb, par-util.adb, sem_ch13.adb, lib-xref.adb, g-trasym.adb, g-trasym.ads, exp_aggr.adb, s-taprop-posix.adb: Minor reformatting. 2011-10-13 Geert Bosch <bosch@adacore.com> * s-gearop.adb: Minor comment additions. From-SVN: r179907
Diffstat (limited to 'gcc/ada/lib-xref.adb')
-rw-r--r--gcc/ada/lib-xref.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/lib-xref.adb b/gcc/ada/lib-xref.adb
index d46e646..83a06e4 100644
--- a/gcc/ada/lib-xref.adb
+++ b/gcc/ada/lib-xref.adb
@@ -1910,9 +1910,9 @@ package body Lib.Xref is
Op := Ultimate_Alias (Old_E);
- -- Normal case of no alias present
- -- we omit generated primitives like tagged equality,
- -- that have no source representation.
+ -- Normal case of no alias present. We omit generated
+ -- primitives like tagged equality, that have no source
+ -- representation.
else
Op := Old_E;