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]

Spelling patch: gcc/f/news.texi


This patch fixes various spelling errors in gcc/f/news.texi.  Applied to
mainline.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/ChangeLog,v
retrieving revision 1.409
diff -u -r1.409 ChangeLog
--- ChangeLog	2001/12/16 15:38:28	1.409
+++ ChangeLog	2001/12/16 16:09:13
@@ -1,3 +1,7 @@
+Sun Dec 16 16:08:57 2001  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* news.texi: Fix spelling errors.
+
 Sun Dec 16 10:36:51 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* Make-lang.in (f/version.o): Depend on f/version.h.
Index: news.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/f/news.texi,v
retrieving revision 1.80
diff -u -r1.80 news.texi
--- news.texi	2001/11/21 06:30:50	1.80
+++ news.texi	2001/12/16 16:09:14
@@ -636,7 +636,7 @@
 @item
 @command{g77} no longer installs the @file{f77} command
 and @file{f77.1} man page
-in the @file{/usr} or @file{/usr/local} heirarchy,
+in the @file{/usr} or @file{/usr/local} hierarchy,
 even if the @file{f77-install-ok} file exists
 in the source or build directory.
 See the installation documentation for more information.
@@ -646,7 +646,7 @@
 @item
 @command{g77} no longer installs the @file{libf2c.a} library
 and @file{f2c.h} include file
-in the @file{/usr} or @file{/usr/local} heirarchy,
+in the @file{/usr} or @file{/usr/local} hierarchy,
 even if the @file{f2c-install-ok} or @file{f2c-exists-ok} files exist
 in the source or build directory.
 See the installation documentation for more information.
@@ -657,7 +657,7 @@
 The @file{libf2c.a} library produced by @command{g77} has been
 renamed to @file{libg2c.a}.
 It is installed only in the @command{gcc} ``private''
-directory heirarchy, @file{gcc-lib}.
+directory hierarchy, @file{gcc-lib}.
 This allows system administrators and users to choose which
 version of the @code{libf2c} library from @code{netlib} they
 wish to use on a case-by-case basis.
@@ -669,7 +669,7 @@
 The @file{f2c.h} include (header) file produced by @command{g77}
 has been renamed to @file{g2c.h}.
 It is installed only in the @command{gcc} ``private''
-directory heirarchy, @file{gcc-lib}.
+directory hierarchy, @file{gcc-lib}.
 This allows system administrators and users to choose which
 version of the include file from @code{netlib} they
 wish to use on a case-by-case basis.
@@ -965,7 +965,7 @@
 @item
 @command{g77} no longer installs the @file{f77} command
 and @file{f77.1} man page
-in the @file{/usr} or @file{/usr/local} heirarchy,
+in the @file{/usr} or @file{/usr/local} hierarchy,
 even if the @file{f77-install-ok} file exists
 in the source or build directory.
 See the installation documentation for more information.
@@ -975,7 +975,7 @@
 @item
 @command{g77} no longer installs the @file{libf2c.a} library
 and @file{f2c.h} include file
-in the @file{/usr} or @file{/usr/local} heirarchy,
+in the @file{/usr} or @file{/usr/local} hierarchy,
 even if the @file{f2c-install-ok} or @file{f2c-exists-ok} files exist
 in the source or build directory.
 See the installation documentation for more information.
@@ -986,7 +986,7 @@
 The @file{libf2c.a} library produced by @command{g77} has been
 renamed to @file{libg2c.a}.
 It is installed only in the @command{gcc} ``private''
-directory heirarchy, @file{gcc-lib}.
+directory hierarchy, @file{gcc-lib}.
 This allows system administrators and users to choose which
 version of the @code{libf2c} library from @code{netlib} they
 wish to use on a case-by-case basis.
@@ -998,7 +998,7 @@
 The @file{f2c.h} include (header) file produced by @command{g77}
 has been renamed to @file{g2c.h}.
 It is installed only in the @command{gcc} ``private''
-directory heirarchy, @file{gcc-lib}.
+directory hierarchy, @file{gcc-lib}.
 This allows system administrators and users to choose which
 version of the include file from @code{netlib} they
 wish to use on a case-by-case basis.
@@ -1452,7 +1452,7 @@
 
 @ifclear USERVISONLY
 @item
-Fix a compiler crash that occured when an
+Fix a compiler crash that occurred when an
 integer division by a constant zero is detected.
 Instead, when the @option{-W} option is specified,
 the @command{gcc} back end issues a warning about such a case.
@@ -2459,7 +2459,7 @@
 
 @item
 Introduce an Info version of @command{g77} documentation, which
-supercedes @file{gcc/f/CREDITS}, @file{gcc/f/DOC}, and
+supersedes @file{gcc/f/CREDITS}, @file{gcc/f/DOC}, and
 @file{gcc/f/PROJECTS}.
 These files will be removed in a future release.
 The files @file{gcc/f/BUGS}, @file{gcc/f/INSTALL}, and

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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