From 27a201d236913df429d6b959cbfb72b93f774ce0 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 6 Aug 2009 15:39:34 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78313 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/DebugInfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 53934d8e9af..0fc967a40c2 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -610,8 +610,7 @@ namespace llvm { /// isInlinedFnEnd - Return true if REI is ending an inlined function. bool isInlinedFnEnd(DbgRegionEndInst &REI, const Function *CurrentFn); - /// DebugInfoEnumrator - This object collects DebugInfo from - /// the module. + /// DebugInfoFinder - This object collects DebugInfo from a module. class DebugInfoFinder { public: