aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ali.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-14 14:23:26 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-14 14:23:26 +0200
commit689cb4acaa076bc1e537298fe71c00102e58e782 (patch)
tree2cfaaf84972906981f1f51659b9dda276a7db361 /gcc/ada/ali.adb
parentc1e822d590c3841514118cc79284e466ac31125f (diff)
downloadgcc-689cb4acaa076bc1e537298fe71c00102e58e782.zip
gcc-689cb4acaa076bc1e537298fe71c00102e58e782.tar.gz
gcc-689cb4acaa076bc1e537298fe71c00102e58e782.tar.bz2
[multiple changes]
2010-06-14 Javier Miranda <miranda@adacore.com> * sem_ch3.adb (Derive_Subprograms): Remove over-restrictive assertion. 2010-06-14 Arnaud Charlet <charlet@adacore.com> * ali.adb: Fix typo. * s-auxdec-vms-alpha.adb, scng.ads: Minor reformatting 2010-06-14 Ed Schonberg <schonberg@adacore.com> * sem_ch12.adb: Make Mark_Context transitive, and apply to subprogram instances. * sem_ch8.adb (Find_Expanded_Name): If a candidate compilation unit in the context does not have a homonym of the selector, emit default error message. From-SVN: r160728
Diffstat (limited to 'gcc/ada/ali.adb')
-rw-r--r--gcc/ada/ali.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/ali.adb b/gcc/ada/ali.adb
index 7655dcc..a004956 100644
--- a/gcc/ada/ali.adb
+++ b/gcc/ada/ali.adb
@@ -205,7 +205,7 @@ package body ALI is
--
-- If Ignore_Special is False (normal case), the scan is terminated by
-- a typeref bracket or an equal sign except for the special case of
- -- an operator name starting with a double quite which is terminated
+ -- an operator name starting with a double quote which is terminated
-- by another double quote.
--
-- It is an error to set both Ignore_Spaces and Ignore_Special to True.