Fix comment.
authorDevang Patel <dpatel@apple.com>
Thu, 6 Aug 2009 15:39:34 +0000 (15:39 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 6 Aug 2009 15:39:34 +0000 (15:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78313 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DebugInfo.h

index 53934d8e9af0c9cb1c2259653a1625eb4b900e82..0fc967a40c2047b20c5ca8063b6182fdd3863d33 100644 (file)
@@ -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: