[llvm-commits] [llvm] r126065 - /llvm/trunk/docs/CodingStandards.html
Nick Lewycky
nicholas at mxc.ca
Sat Feb 19 18:03:04 PST 2011
Author: nicholas
Date: Sat Feb 19 20:03:04 2011
New Revision: 126065
URL: http://llvm.org/viewvc/llvm-project?rev=126065&view=rev
Log:
Fix typo.
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=126065&r1=126064&r2=126065&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.html (original)
+++ llvm/trunk/docs/CodingStandards.html Sat Feb 19 20:03:04 2011
@@ -1053,7 +1053,7 @@
<!-- _______________________________________________________________________ -->
<div class="doc_subsubsection">
- <a name="ll_end">Don't valuate <tt>end()</tt> every time through a loop</a>
+ <a name="ll_end">Don't evaluate <tt>end()</tt> every time through a loop</a>
</div>
<div class="doc_text">
More information about the llvm-commits
mailing list