From 1c17ca10b5bcbc6aeef79348818389df15fc7df8 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 27 Feb 2009 09:33:37 +0000 Subject: [PATCH] fix comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65627 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/SymbolTableListTraits.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/llvm/SymbolTableListTraits.h b/include/llvm/SymbolTableListTraits.h index e1d46c6772b..a6d3e6820fc 100644 --- a/include/llvm/SymbolTableListTraits.h +++ b/include/llvm/SymbolTableListTraits.h @@ -33,10 +33,8 @@ template class ilist_iterator; template class iplist; template struct ilist_traits; -// ValueSubClass - The type of objects that I hold, e.g. Instruction. -// ItemParentType - The type of object that owns the list, e.g. BasicBlock. -// TraitBaseClass - The class this trait should inherit from, it should -// inherit from ilist_traits +// ValueSubClass - The type of objects that I hold, e.g. Instruction. +// ItemParentClass - The type of object that owns the list, e.g. BasicBlock. // template class SymbolTableListTraits : public ilist_default_traits { -- 2.34.1