aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-08-06 15:39:34 +0000
committerDevang Patel <dpatel@apple.com>2009-08-06 15:39:34 +0000
commitf8518ff21ab3cda683b83cedb0abdb3c0cbfd3ec (patch)
tree6e2cc939fbd31e5703fe39fad3353c997d2b839d
parente9a0775fe34ff3e86c70e41ccd7f2d94bf62c9c1 (diff)
downloadexternal_llvm-f8518ff21ab3cda683b83cedb0abdb3c0cbfd3ec.zip
external_llvm-f8518ff21ab3cda683b83cedb0abdb3c0cbfd3ec.tar.gz
external_llvm-f8518ff21ab3cda683b83cedb0abdb3c0cbfd3ec.tar.bz2
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78313 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Analysis/DebugInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index 53934d8..0fc967a 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: