diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-22 16:30:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-22 16:30:39 +0000 |
commit | 611a1883e594e8b95f6ef8dd313c374085277d12 (patch) | |
tree | 570dab299b70557f873320ded555bc762c26f3c9 /llvm/docs/CodingStandards.html | |
parent | a845ef0be7c8f241bebda9104a06f35d78831f98 (diff) | |
download | bcm5719-llvm-611a1883e594e8b95f6ef8dd313c374085277d12.tar.gz bcm5719-llvm-611a1883e594e8b95f6ef8dd313c374085277d12.zip |
fix typo noticed by Duncan
llvm-svn: 76747
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 6e1c240a000..8d460009457 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -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> |