OSDN Git Service

2003-02-18 Ben Elliston <bje@redhat.com>
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Feb 2003 14:09:36 +0000 (14:09 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Feb 2003 14:09:36 +0000 (14:09 +0000)
Part of fix for PR ada/9406
* gnat_ug.texi (Binder output file): Grammar fix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63506 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/gnat_ug.texi

index d893cff..24738bc 100644 (file)
@@ -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.
 
index c6da5b5..bb9cf0d 100644 (file)
@@ -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}).