aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_prag.ads
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-04-13 17:41:15 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2008-04-13 17:41:15 +0000
commitf3d57416230c94a56d89bb6119c47d46f68bc4e6 (patch)
treed233d5950c2c7ac628ce9413ff3d59a39a79f59c /gcc/ada/sem_prag.ads
parent12a13f016fb663988db80b030c4ef8761dc9c2a9 (diff)
downloadgcc-f3d57416230c94a56d89bb6119c47d46f68bc4e6.zip
gcc-f3d57416230c94a56d89bb6119c47d46f68bc4e6.tar.gz
gcc-f3d57416230c94a56d89bb6119c47d46f68bc4e6.tar.bz2
sem_ch10.adb, [...]: Fix comment typos.
gcc/ada/ * sem_ch10.adb, sem_ch10.ads, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb, sem_ch13.ads, sem_ch3.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_elab.adb, sem_elab.ads, sem_elim.ads, sem_eval.adb, sem_eval.ads, sem_intr.adb, sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads, sem_res.adb, sem_res.ads, sem_type.adb, sem_util.adb, sem_util.ads, sem_warn.adb, sem_warn.ads: Fix comment typos. From-SVN: r134242
Diffstat (limited to 'gcc/ada/sem_prag.ads')
-rw-r--r--gcc/ada/sem_prag.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_prag.ads b/gcc/ada/sem_prag.ads
index 7218ff6..1bb5115 100644
--- a/gcc/ada/sem_prag.ads
+++ b/gcc/ada/sem_prag.ads
@@ -75,7 +75,7 @@ package Sem_Prag is
-- occurrence is a reference for the purposes of giving warnings about
-- unreferenced variables. This function returns True if the reference is
-- not a reference from this point of view (e.g. the occurrence in a pragma
- -- Pack) and False if it is a real reference (e.g. the occcurrence in a
+ -- Pack) and False if it is a real reference (e.g. the occurrence in a
-- pragma Export);
function Is_Pragma_String_Literal (Par : Node_Id) return Boolean;