fix a comment

llvm-svn: 65768
This commit is contained in:
Gabor Greif 2009-03-01 09:45:52 +00:00
parent 19b2d443b5
commit b122c4cb1d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace llvm {
class FunctionType;
// Traits for intrusive list of instructions...
// Traits for intrusive list of basic blocks...
template<> struct ilist_traits<BasicBlock>
: public SymbolTableListTraits<BasicBlock, Function> {