diff options
Diffstat (limited to 'include/llvm/BasicBlock.h')
-rw-r--r-- | include/llvm/BasicBlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/BasicBlock.h b/include/llvm/BasicBlock.h index baba18a238..3ef83e8a81 100644 --- a/include/llvm/BasicBlock.h +++ b/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)); } |