diff options
| author | Gabor Greif <ggreif@gmail.com> | 2009-03-01 09:43:41 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2009-03-01 09:43:41 +0000 |
| commit | 19b2d443b51c0d7f4076739c36c6f0e402fd3346 (patch) | |
| tree | efdb46a47b4833c8db2de92d413337cfd3daa21a | |
| parent | 0a71fa9dc3501cde78d72a957653d1193019e446 (diff) | |
| download | bcm5719-llvm-19b2d443b51c0d7f4076739c36c6f0e402fd3346.tar.gz bcm5719-llvm-19b2d443b51c0d7f4076739c36c6f0e402fd3346.zip | |
Fix a typo. Thanks baldrick!
llvm-svn: 65767
| -rw-r--r-- | llvm/include/llvm/BasicBlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/BasicBlock.h b/llvm/include/llvm/BasicBlock.h index baba18a2387..3ef83e8a816 100644 --- a/llvm/include/llvm/BasicBlock.h +++ b/llvm/include/llvm/BasicBlock.h @@ -36,7 +36,7 @@ template<> struct ilist_traits<Instruction> // ilist_node<NodeTy>, there is a legal viable downcast from it // to NodeTy. We use this trick to superpose i(p)list with a "ghostly" // NodeTy, which becomes the sentinel. Dereferencing the sentinel is - // forbidden (save the ilist_node<NodeTy>) so noone will ever notice + // forbidden (save the ilist_node<NodeTy>) so no one will ever notice // the superposition. return const_cast<Instruction*>(static_cast<const Instruction*>(&Sentinel)); } |

