fix typo noticed by Duncan
authorChris Lattner <sabre@nondot.org>
Wed, 22 Jul 2009 16:30:39 +0000 (16:30 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Jul 2009 16:30:39 +0000 (16:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76747 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.html

index 6e1c240a000ec812fff3b465e2f8b7876baf1810..8d460009457406434ff473f99cd4787b344b6494 100644 (file)
@@ -682,7 +682,7 @@ More importantly, it <em>forces you to pick a name</em> for the function, and
 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>