diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:59:39 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:59:39 +0000 |
commit | 830885ca64588c925f92010c9e8be09443533995 (patch) | |
tree | 9565af71db57c627ff2fa4ab883049dca90ad9f6 /clang/lib/StaticAnalyzer/Core/CoreEngine.cpp | |
parent | 35521e231034815b6962eff0dbbd8ee132038784 (diff) | |
download | bcm5719-llvm-830885ca64588c925f92010c9e8be09443533995.tar.gz bcm5719-llvm-830885ca64588c925f92010c9e8be09443533995.zip |
Fix a typo (the the => the)
llvm-svn: 160622
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/CoreEngine.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Core/CoreEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp b/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp index d7a4baa0a85..c3be8c8c0a2 100644 --- a/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp +++ b/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp @@ -541,7 +541,7 @@ ExplodedNode *CoreEngine::generateCallExitBeginNode(ExplodedNode *N) { const StackFrameContext *LocCtx = cast<StackFrameContext>(N->getLocationContext()); - // Use the the callee location context. + // Use the callee location context. CallExitBegin Loc(LocCtx); bool isNew; |