aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/opt.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2013-04-22 12:42:42 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2013-04-22 12:42:42 +0200
commit16d3a85360dde6290cd043d6da3f6b5adb1b98e6 (patch)
tree744392d7c5ba077f115bb465cd7fe606a8a326c0 /gcc/ada/opt.ads
parentddb8a2c7c199ce0f49375bb6d947a45f0f439e6b (diff)
downloadgcc-16d3a85360dde6290cd043d6da3f6b5adb1b98e6.zip
gcc-16d3a85360dde6290cd043d6da3f6b5adb1b98e6.tar.gz
gcc-16d3a85360dde6290cd043d6da3f6b5adb1b98e6.tar.bz2
[multiple changes]
2013-04-22 Yannick Moy <moy@adacore.com> * gnat_rm.texi, exp_util.adb, sem_prag.adb, sem_prag.ads, par-ch2.adb, opt.ads, sem_ch13.adb: Minor correction of typos in comments/doc. 2013-04-22 Vincent Celier <celier@adacore.com> * prj-nmsc.adb (Check_Library_Attributes): Set Library_Dir to No_Path_Information only when Directories_Must_Exist_In_Projects is False. (Get_Directories): Set Object_Directory or Exec_Directory to No_Path_Information only when Directories_Must_Exist_In_Projects is False. From-SVN: r198129
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r--gcc/ada/opt.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads
index bbf6e29..7473a5c 100644
--- a/gcc/ada/opt.ads
+++ b/gcc/ada/opt.ads
@@ -301,7 +301,7 @@ package Opt is
-- terminated by Empty. The order is most recently processed first. Note
-- that Push_Scope and Pop_Scope in Sem_Ch8 save and restore the value
-- of this variable, implementing the required scope control for pragmas
- -- appearing a declarative part.
+ -- appearing in a declarative part.
Check_Readonly_Files : Boolean := False;
-- GNATMAKE