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]

Document spelling of "lowercase" and "uppercase"


Howdy,

In the GCC tree, "lowercase" and "uppercase" are about 3 times
more common than "lower case" and "upper case", and 10 times more
common than "upper-case" and "lower-case."  The following patch
documents this preference.

OK to commit?

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

	* htdocs/codingconventions.html: Document spelling of
	"lowercase" and "uppercase."

Index: htdocs/codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.21
diff -3 -c -p -r1.21 codingconventions.html
*** htdocs/codingconventions.html	22 May 2003 00:09:12 -0000	1.21
--- htdocs/codingconventions.html	28 Jun 2003 18:05:34 -0000
*************** and code.  The following table lists som
*** 244,249 ****
--- 244,254 ----
      <td></td>
    </tr>
    <tr>
+     <td>"lowercase"</td>
+     <td>"lower case" or "lower-case"</td>
+     <td></td>
+   </tr>
+   <tr>
      <td>"H8S"</td>
      <td>"H8/S"</td>
      <td></td>
*************** and code.  The following table lists som
*** 269,274 ****
--- 274,284 ----
    <tr>
      <td>"SPARC"</td>
      <td>"Sparc" or "sparc"</td>
+   </tr>
+   <tr>
+     <td>"uppercase"</td>
+     <td>"upper case" or "upper-case"</td>
+     <td></td>
    </tr>
    <tr>
      <td>"VAX", "VAXen", "MicroVAX"</td>


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