Fix misspelling of "where"

Matt Kraai kraai@ftbfs.org
Wed Nov 24 08:11:00 GMT 2004


Howdy,

The following patch fixes the spelling of "where" on
http://gcc.gnu.org/codingconventions.html.

Committed as obvious.

-- 
Matt

	* htdocs/codingconventions.html: Fix the spelling of "where".

Index: htdocs/codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.38
diff -u -c -3 -p -r1.38 codingconventions.html
*** htdocs/codingconventions.html	23 Sep 2004 01:42:01 -0000	1.38
--- htdocs/codingconventions.html	24 Nov 2004 07:24:48 -0000
*************** be made for testsuite changes; see messa
*** 67,73 ****
  href="http://gcc.gnu.org/ml/gcc/2000-09/msg00287.html">1</a> and <a
  href="http://gcc.gnu.org/ml/gcc/2000-09/msg00290.html">2</a>.</p>
  
! <p>If your change fixes a PR, put <code>PR java/58</code> (wher
  <code>java/58</code> is the actual number of the PR) at the top
  of the ChangeLog entry.</p>
  
--- 67,73 ----
  href="http://gcc.gnu.org/ml/gcc/2000-09/msg00287.html">1</a> and <a
  href="http://gcc.gnu.org/ml/gcc/2000-09/msg00290.html">2</a>.</p>
  
! <p>If your change fixes a PR, put <code>PR java/58</code> (where
  <code>java/58</code> is the actual number of the PR) at the top
  of the ChangeLog entry.</p>
  



More information about the Gcc-patches mailing list