This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Add space to Ada Make-lang.in comment


Howdy,

The following patch adds a missing space to a comment in Ada's
Make-lang.in.  Bootstrapped on powerpc-unknown-linux-gnu.
Committed as obvious.

-- 
Matt Kraai          kraai@alumni.cmu.edu          Debian GNU/Linux

	* Make-lang.in: Add missing space to comment.

Index: gcc/ada/Make-lang.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/Make-lang.in,v
retrieving revision 1.35
diff -3 -c -p -r1.35 Make-lang.in
*** gcc/ada/Make-lang.in	14 Jun 2003 12:26:32 -0000	1.35
--- gcc/ada/Make-lang.in	28 Jun 2003 05:22:52 -0000
*************** ada.tags: force
*** 346,352 ****
  
  # Generate documentation.
  #
! # The generated Texinfo files for the User Guideare stored in
  # $(srcdir), like the Info files.
  
  ada/doctools/xgnatug : ada/xgnatug.adb
--- 346,352 ----
  
  # Generate documentation.
  #
! # The generated Texinfo files for the User Guide are stored in
  # $(srcdir), like the Info files.
  
  ada/doctools/xgnatug : ada/xgnatug.adb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]