[llvm-commits] [llvm] r60250 - /llvm/trunk/docs/CodingStandards.html
Nick Lewycky
nicholas at mxc.ca
Sat Nov 29 12:13:25 PST 2008
Author: nicholas
Date: Sat Nov 29 14:13:25 2008
New Revision: 60250
URL: http://llvm.org/viewvc/llvm-project?rev=60250&view=rev
Log:
Fix spelling mistake.
Modified:
llvm/trunk/docs/CodingStandards.html
Modified: llvm/trunk/docs/CodingStandards.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.html?rev=60250&r1=60249&r2=60250&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.html (original)
+++ llvm/trunk/docs/CodingStandards.html Sat Nov 29 14:13:25 2008
@@ -238,7 +238,7 @@
<li>System <tt>#includes</tt></li>
</ol>
-<p>... and each catagory should be sorted by name.</p>
+<p>... and each category should be sorted by name.</p>
<p><a name="mmheader">The "Main Module Header"</a> file applies to .cpp file
which implement an interface defined by a .h file. This <tt>#include</tt>
More information about the llvm-commits
mailing list