[llvm-commits] [llvm] r78313 - /llvm/trunk/include/llvm/Analysis/DebugInfo.h

Devang Patel dpatel at apple.com
Thu Aug 6 08:39:34 PDT 2009


Author: dpatel
Date: Thu Aug  6 10:39:34 2009
New Revision: 78313

URL: http://llvm.org/viewvc/llvm-project?rev=78313&view=rev
Log:
Fix comment.

Modified:
    llvm/trunk/include/llvm/Analysis/DebugInfo.h

Modified: llvm/trunk/include/llvm/Analysis/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DebugInfo.h?rev=78313&r1=78312&r2=78313&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Analysis/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/DebugInfo.h Thu Aug  6 10:39:34 2009
@@ -610,8 +610,7 @@
   /// 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:





More information about the llvm-commits mailing list