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]

Fix misspelling of "explicitly"


Howdy,

"explicitly" was misspelt in doc/install.texi.

I've committed the following patch as obvious.  It was testing by
running "make dvi-gcc" and "make info-gcc".

-- 
Matt Kraai            kraai@ftbfs.org            http://ftbfs.org/

	* doc/install.texi: Fix the spelling of "explicitly".

Index: gcc/doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.259
diff -c -3 -p -r1.259 install.texi
*** gcc/doc/install.texi	11 Feb 2004 03:59:33 -0000	1.259
--- gcc/doc/install.texi	12 Feb 2004 02:54:41 -0000
*************** language sub-directories might not have 
*** 1031,1037 ****
  @item --disable-libada
  Specify that the run-time libraries and tools used by GNAT should not
  be built.  This can be useful for debugging, or for compatibility with
! previous Ada build procedures, when it was required to explicitely
  do a @samp{make -C gcc gnatlib_and_tools}.
  
  @item --disable-libgcj
--- 1031,1037 ----
  @item --disable-libada
  Specify that the run-time libraries and tools used by GNAT should not
  be built.  This can be useful for debugging, or for compatibility with
! previous Ada build procedures, when it was required to explicitly
  do a @samp{make -C gcc gnatlib_and_tools}.
  
  @item --disable-libgcj


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