[www patch] Fix typos.

Kazu Hirata kazu@cs.umass.edu
Sun Feb 1 20:09:00 GMT 2004


Hi,

Committed as obvious.

Kazu Hirata

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.127
diff -u -r1.127 cvs.html
--- cvs.html	25 Jan 2004 06:20:15 -0000	1.127
+++ cvs.html	1 Feb 2004 20:05:33 -0000
@@ -44,7 +44,7 @@
      immediately after <code>cvs</code> in the commands below.</li>
  <li>The command <code>cvs -qz9 checkout -P gcc wwwdocs</code>, 
      will check out both modules in our CVS repository. 
-     Module <code>gcc</code> is the compilier source while module
+     Module <code>gcc</code> is the compiler source while module
      <code>wwwdocs</code> contains the sources for our web pages.</li>
 </ol>
 
Index: fortran/usage.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/fortran/usage.html,v
retrieving revision 1.3
diff -u -r1.3 usage.html
--- fortran/usage.html	13 Oct 2003 20:03:31 -0000	1.3
+++ fortran/usage.html	1 Feb 2004 20:05:33 -0000
@@ -24,7 +24,7 @@
 <h2><a name="intro">Introduction</a></h2>
 <p>
 This page is meant to give a quick overview on how to use G95. It
-is merely a substitue for a complete manual, which has not yet been
+is merely a substitute for a complete manual, which has not yet been
 written.
 </p>
 
Index: java/papers/cni.sgml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/papers/cni.sgml,v
retrieving revision 1.4
diff -u -r1.4 cni.sgml
--- java/papers/cni.sgml	7 Mar 2000 00:45:37 -0000	1.4
+++ java/papers/cni.sgml	1 Feb 2004 20:05:34 -0000
@@ -115,7 +115,7 @@
 </para>
 <para>
 The <literal>gcjh</literal> tool automatically generates the
-nessary namespace declarations.</para>
+necessary namespace declarations.</para>
 
 <sect2><title>Nested classes as a substitute for namespaces</title>
 <para>
@@ -830,7 +830,7 @@
 method implementation, it is up to the programmer
 of a synchronized native method to handle the synchronization
 (in the C++ implementation of the method).
-In otherwords, you need to manually add <literal>JvSynchronize</literal>
+In other words, you need to manually add <literal>JvSynchronize</literal>
 in a <literal>native synchornized</literal> method.</para>
 </sect1>
 
Index: java/papers/gcc-java.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/papers/gcc-java.html,v
retrieving revision 1.3
diff -u -r1.3 gcc-java.html
--- java/papers/gcc-java.html	4 Jan 2003 18:34:19 -0000	1.3
+++ java/papers/gcc-java.html	1 Feb 2004 20:05:34 -0000
@@ -112,7 +112,7 @@
 are necessary or at least desirable.  The linker must provide a way
 to build a table mapping class names to Class objects.  This can
 be done using the same mechanism used for running C++ static
-initialiers.  Linker help is also desirable to combine multiple
+initializer.  Linker help is also desirable to combine multiple
 copies of the same literal.
 <p>
 Running a compiled Java program will need a suitable Java run-time
Index: java/papers/native++.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/papers/native++.html,v
retrieving revision 1.2
diff -u -r1.2 native++.html
--- java/papers/native++.html	4 Jan 2003 18:34:19 -0000	1.2
+++ java/papers/native++.html	1 Feb 2004 20:05:35 -0000
@@ -661,7 +661,7 @@
 are as for standard methods.  In G++, methods get passed an
 extra magic argument, which is not passed for Java constructors.
 G++ also has the constructors set up the vtable pointers.
-In Java, the object alloctor sets up the vtable pointer,
+In Java, the object allocator sets up the vtable pointer,
 and the constructor does not change the vtable pointer.
 Hence, the G++ compiler needs to know about these differences.<H3
 >Object finalization</H3
Index: java/papers/native++.sgml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/papers/native++.sgml,v
retrieving revision 1.2
diff -u -r1.2 native++.sgml
--- java/papers/native++.sgml	4 Jan 2003 18:34:19 -0000	1.2
+++ java/papers/native++.sgml	1 Feb 2004 20:05:35 -0000
@@ -645,7 +645,7 @@
 are as for standard methods.  In G++, methods get passed an
 extra magic argument, which is not passed for Java constructors.
 G++ also has the constructors set up the vtable pointers.
-In Java, the object alloctor sets up the vtable pointer,
+In Java, the object allocator sets up the vtable pointer,
 and the constructor does not change the vtable pointer.
 Hence, the G++ compiler needs to know about these differences.
 </para>
Index: java/papers/cni/t134.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/papers/cni/t134.html,v
retrieving revision 1.2
diff -u -r1.2 t134.html
--- java/papers/cni/t134.html	7 Mar 2000 00:30:40 -0000	1.2
+++ java/papers/cni/t134.html	1 Feb 2004 20:05:35 -0000
@@ -124,7 +124,7 @@
 CLASS="LITERAL"
 >gcjh</TT
 > tool automatically generates the
-nessary namespace declarations.</P
+necessary namespace declarations.</P
 ><H2
 ><A
 NAME="AEN50"
@@ -352,4 +352,4 @@
 ></DIV
 ></BODY
 ></HTML
->
\ No newline at end of file
+>
Index: java/papers/cni/t1431.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/papers/cni/t1431.html,v
retrieving revision 1.1
diff -u -r1.1 t1431.html
--- java/papers/cni/t1431.html	7 Mar 2000 00:30:40 -0000	1.1
+++ java/papers/cni/t1431.html	1 Feb 2004 20:05:35 -0000
@@ -156,7 +156,7 @@
 method implementation, it is up to the programmer
 of a synchronized native method to handle the synchronization
 (in the C++ implementation of the method).
-In otherwords, you need to manually add <TT
+In other words, you need to manually add <TT
 CLASS="LITERAL"
 >JvSynchronize</TT
 >
@@ -220,4 +220,4 @@
 ></DIV
 ></BODY
 ></HTML
->
\ No newline at end of file
+>
Index: projects/h8300-abi.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/h8300-abi.html,v
retrieving revision 1.2
diff -u -r1.2 h8300-abi.html
--- projects/h8300-abi.html	19 Jan 2004 05:44:40 -0000	1.2
+++ projects/h8300-abi.html	1 Feb 2004 20:05:35 -0000
@@ -9,11 +9,11 @@
 <h2>Glossary</h2>
 
 <dl>
-<dt>aggreate</dt>
+<dt>aggregate</dt>
 <dd>struct and union in C or C++, and class in C++.</dd>
 
 <dt>libcall</dt>
-<dd>GCC's internal library fuction to implement features not available
+<dd>GCC's internal library function to implement features not available
 on the target architecture, such as the 32-bit-by-32-bit
 multiplication on H8/300.</dd>
 
Index: projects/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/index.html,v
retrieving revision 1.41
diff -u -r1.41 index.html
--- projects/index.html	28 Aug 2003 21:06:46 -0000	1.41
+++ projects/index.html	1 Feb 2004 20:05:37 -0000
@@ -115,7 +115,7 @@
 <p>Vladimir Makarov has implemented an 
 <a href="http://gcc.gnu.org/ml/gcc-patches/2001-06/msg00951.html">
 automaton based pipeline hazard recognizer</a>. It enables better
-instruction scheduling and it provides the base for a future sofware
+instruction scheduling and it provides the base for a future software
 pipelining implementation.</p>
 
 <h3><a name="data_prefetch">Data prefetch support</a></h3>



More information about the Gcc-patches mailing list