summaryrefslogtreecommitdiff
path: root/docs/CodingStandards.html
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-02-20 02:03:04 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-02-20 02:03:04 +0000
commit7ac0199287f7ebfdb4c609b0d3fd5d7fb41d1ce8 (patch)
treeaea1bc09ba0dd05c3db0ec9385280c2a186cbde3 /docs/CodingStandards.html
parent1347623aaf25b7fe6486479353fc87bd7541a5f7 (diff)
downloadllvm-7ac0199287f7ebfdb4c609b0d3fd5d7fb41d1ce8.tar.gz
llvm-7ac0199287f7ebfdb4c609b0d3fd5d7fb41d1ce8.tar.bz2
llvm-7ac0199287f7ebfdb4c609b0d3fd5d7fb41d1ce8.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodingStandards.html')
-rw-r--r--docs/CodingStandards.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index b5cf508d2f..f290712eeb 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -1053,7 +1053,7 @@ increasing link times.</p>
<!-- _______________________________________________________________________ -->
<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">