diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-02-20 02:03:04 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-02-20 02:03:04 +0000 |
| commit | 9d0e8b6e80bf78398f1d22e2ddfc6713f1e4bd97 (patch) | |
| tree | 3ae19b8f196a72bfbcb1e49cacb461899b5d976b /llvm/docs/CodingStandards.html | |
| parent | d24099de04ed5e8a48b1c45132cb06046eadc610 (diff) | |
| download | bcm5719-llvm-9d0e8b6e80bf78398f1d22e2ddfc6713f1e4bd97.tar.gz bcm5719-llvm-9d0e8b6e80bf78398f1d22e2ddfc6713f1e4bd97.zip | |
Fix typo.
llvm-svn: 126065
Diffstat (limited to 'llvm/docs/CodingStandards.html')
| -rw-r--r-- | llvm/docs/CodingStandards.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index b5cf508d2f8..f290712eebf 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/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"> |

