From 19b2d443b51c0d7f4076739c36c6f0e402fd3346 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sun, 1 Mar 2009 09:43:41 +0000 Subject: Fix a typo. Thanks baldrick! llvm-svn: 65767 --- llvm/include/llvm/BasicBlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // ilist_node, 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) so noone will ever notice + // forbidden (save the ilist_node) so no one will ever notice // the superposition. return const_cast(static_cast(&Sentinel)); } -- cgit v1.2.3