aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/env.c
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-05 15:48:46 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-05 15:48:46 +0200
commit7324247364df0b8e4be9038eea1d8cfc032de677 (patch)
tree40e3baa427d137f4060155dfde148ba8cc87d31b /gcc/ada/env.c
parent97ed5872c6629a96fcc4b4ff4ccaca41950ae26c (diff)
downloadgcc-7324247364df0b8e4be9038eea1d8cfc032de677.zip
gcc-7324247364df0b8e4be9038eea1d8cfc032de677.tar.gz
gcc-7324247364df0b8e4be9038eea1d8cfc032de677.tar.bz2
[multiple changes]
2011-08-05 Emmanuel Briot <briot@adacore.com> * projects.texi: Added reference to the Makefile package. 2011-08-05 Thomas Quinot <quinot@adacore.com> * exp_ch7.adb: Minor comment rewording. 2011-08-05 Ed Falis <falis@adacore.com> * env.c: Fix comment. 2011-08-05 Hristian Kirtchev <kirtchev@adacore.com> * sem_elab.adb (Is_Finalization_Procedure): Reimplemented to avoid character comparison and rely on concrete entities instead. From-SVN: r177435
Diffstat (limited to 'gcc/ada/env.c')
-rw-r--r--gcc/ada/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/env.c b/gcc/ada/env.c
index 9d7301f..1719684 100644
--- a/gcc/ada/env.c
+++ b/gcc/ada/env.c
@@ -63,7 +63,7 @@ extern "C" {
#elif defined (VTHREADS)
/* VTHREADS mode applies to both VxWorks 653 and VxWorks MILS. The
inclusion of vThreadsData.h is necessary to workaround a bug with
- envLib.h on VxWorks MILS. */
+ envLib.h on VxWorks MILS and VxWorks 653. */
#include <vThreadsData.h>
#include <envLib.h>
#else