[llvm-commits] [llvm] r76747 - /llvm/trunk/docs/CodingStandards.html
Chris Lattner
sabre at nondot.org
Wed Jul 22 09:30:39 PDT 2009
Author: lattner
Date: Wed Jul 22 11:30:39 2009
New Revision: 76747
URL: http://llvm.org/viewvc/llvm-project?rev=76747&view=rev
Log:
fix typo noticed by Duncan
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=76747&r1=76746&r2=76747&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.html (original)
+++ llvm/trunk/docs/CodingStandards.html Wed Jul 22 11:30:39 2009
@@ -682,7 +682,7 @@
forces you to write a comment for it. In this silly example, this doesn't add
much value. However, if the condition is complex, this can make it a lot easier
for the reader to understand the code that queries for this predicate. Instead
-of being faced with the in-line details of we check to see if the BarList
+of being faced with the in-line details of how we check to see if the BarList
contains a foo, we can trust the function name and continue reading with better
locality.</p>
More information about the llvm-commits
mailing list