aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBen Elliston <bje@redhat.com>2003-02-27 14:09:36 +0000
committerBen Elliston <bje@gcc.gnu.org>2003-02-28 01:09:36 +1100
commit601d71bc14e3d4eeb79b7c703939df3d270c4fa1 (patch)
tree848bd98bda3f33763ca13697e3bbe2008b816934 /gcc
parented935c35314a6fe3b0c699bf642c704655873d49 (diff)
downloadgcc-601d71bc14e3d4eeb79b7c703939df3d270c4fa1.zip
gcc-601d71bc14e3d4eeb79b7c703939df3d270c4fa1.tar.gz
gcc-601d71bc14e3d4eeb79b7c703939df3d270c4fa1.tar.bz2
Part of fix for PR ada/9406
2003-02-18 Ben Elliston <bje@redhat.com> Part of fix for PR ada/9406 * gnat_ug.texi (Binder output file): Grammar fix. From-SVN: r63506
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog5
-rw-r--r--gcc/ada/gnat_ug.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index d893cff..24738bc 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,10 @@
2003-02-18 Ben Elliston <bje@redhat.com>
+ Part of fix for PR ada/9406
+ * gnat_ug.texi (Binder output file): Grammar fix.
+
+2003-02-18 Ben Elliston <bje@redhat.com>
+
PR other/7350
* 5qtaprop.adb (Sleep): Fix typo in comment.
diff --git a/gcc/ada/gnat_ug.texi b/gcc/ada/gnat_ug.texi
index c6da5b5..bb9cf0d 100644
--- a/gcc/ada/gnat_ug.texi
+++ b/gcc/ada/gnat_ug.texi
@@ -2409,7 +2409,7 @@ gnatmake my_main.adb -largs file1.o file2.o
@cindex Binder output file
@noindent
-If the main program is in some language other than Ada, Then you may
+If the main program is in some language other than Ada, you may
have more than one entry point in the Ada subsystem. You must use a
special option of the binder to generate callable routines to initialize
and finalize the Ada units (@pxref{Binding with Non-Ada Main Programs}).